<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script type="text/javascript" src="Scripts/common.js?1.1.11"></script>
</head>
<body>
<div id="divFirst">
</div>
<div id="divSecond">
</div>
<div id="divThird">
</div>
<script type="text/javascript">
$('divFirst').innerHTML = "<a href='http://www.baidu.com'>Go to baidu</a>";
updateHtml('divSecond','<input type="text" value="我是文本框"/>');
updateText('divThird','<pre class="brush:php;toolbar:false">文本内容,不是HTML
');
writeHtml('同学,你好!');
writeP("我是段落内容");
writeTable(10, 3);
writeHtml(getDateString());
writeHtml("
");
writeSelectList(['bmw', 'benz', 'audi']);
writeList(['apple', 'banana', 'cat']);
The above is the detailed content of JavaScript entry example source code case. For more information, please follow other related articles on the PHP Chinese website!
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn