js.htm
来自「ucos的资料以及单片机dsp的经典移植程序」· HTM 代码 · 共 9 行
HTM
9 行
document.write('<div id="aobo_music"><img src="http://music.aobo.com/images/loading.gif" width="16" height="16" alt="loading..." /></div>') function addjs(url){ var oHead = document.getElementsByTagName("HEAD").item(0); var oScript= document.createElement("script"); oScript.type = "text/javascript"; oScript.src=url; oScript.charset="utf-8"; oHead.appendChild( oScript); }addjs('http://music.aobo.com/u/42166/userjs');
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?