實習生系統相關總結

1.頁面打開與關閉時的事件響應
<body οnlοad="timeshow()" οnunlοad="user_logout();">
onload爲頁面打開時的事件響應
onunload爲頁面關閉時的事件響應

2.html中 下拉菜單select 的選中屬性是selected
eg:
<select>
<options id="1">1</options>
<options id="2" selected>2</options>
<options id="3">3</options>
</select>
則默認選種的是第2列
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章