📄 gallery8_column2.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
Introduction to Ajax Tutorial
</title>
</head>
<body><p class="code">
ajaxManager('load_page', galleryArray[gallery_index],
'galleryLYR');<br />
ajaxManager('load_page',
descriptionArray[description_index],
'captionLYR');<br />
}<br />
break;
</p>
<p class="main">
This script isn't as complex as it first appears. Consider
this line for a moment:
</p>
<p class="code">
ajaxManager('load_page', galleryArray[gallery_index],
'galleryLYR');
</p>
<p class="main">
It is the same line that we learned earlier on, except instead
of naming a page like so
</p>
<p class="code">
ajaxManager('load_page','somepage.html',
'galleryLYR');
</p>
<p class="main">
We use the galleryArray as an argument.
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -