-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwith语句.html
20 lines (19 loc) · 1020 Bytes
/
with语句.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>with语句</title>
<basefont face="微软雅黑" size="2" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="exporter-version" content="Evernote Windows/304720 (zh-CN, DDL); Windows/10.0.14393 (Win64);"/>
<style>
body, td {
font-family: 微软雅黑;
font-size: 10pt;
}
</style>
</head>
<body>
<a name="2715"/>
<h1>with语句</h1>
<div>
<span><div>with语句:有了 With 语句,在存取对象属性和调用方法时就不用重复指定对象。</div><div><br/></div><div><br/></div><div> 格式:</div><div> with(对象){</div><div><br/></div><div><br/></div><div><br/></div><div> }</div><div><b><i><span style="color: rgb(54, 101, 238);"><span style="font-size: 21px;">demo</span></span></i></b></div><div><a href="with语句_files/5with语句.html"><img src="with语句_files/a47b21b72dca569527b3314904d51827.png" alt="5with语句.html"></a><br/></div></span>
</div></body></html>