?? test.html
字號:
<html>
<head>
</head>
<body>
<table>
<tr title="title">
<td><a href="a">歌名</a></td>
<td><input type="button" value="添加到列表" onclick="addMusic('投名狀','劉德華','http://jxyt.vnet.cn/as/6.mp3');"></input></td>
</tr>
</table>
<div id="music"></div>
</body>
</html>
<a href="http://www.aspx1.com/" target="_blank">download from aspx1.com</a>
<script>
function addMusic(title,artist,url){
var strTmp=title + "<>" + artist + "<>" + url;
document.getElementById("music").innerHTML=strTmp;
}
</script>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -