⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 5-38.html

📁 《深入浅出Ajax》 源代码
💻 HTML
字号:
<HTML>
<HEAD>
<TITLE> AJAX深入浅出--代码5-38</TITLE>
</HEAD>
<BODY>
</BODY>
</HTML>
<script language="javascript">
function JsApple() {
	this.color="red";
	this.weight=300;
	this.showApple=function() {
		document.write("this apple's color is "+this.color+";this apple's weight is "+this.weight+"g!");
	}
}
var myApple = new JsApple();
myApple.showApple();
</script>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -