html 你好,世界!在jQuery中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 你好,世界!在jQuery中相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html>
<head>
	<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
</script>
<script>
	$(document).ready(function(){
		$("#label").text("Hello world!");
	});
</script>
</head>

<body>
<p>This message is brought to you by jQuery</p>
<p id="label"></p>
</body>
</html>

以上是关于html 你好,世界!在jQuery中的主要内容,如果未能解决你的问题,请参考以下文章

2.你好世界

html 你好,世界

html 你好,世界

你好世界

UTF8字符串在lua的截取和字数统计转载

你好世界!