function popup_note()
{
box = id("note_box");
note = document.createElement("span");
note.st
note.st
note.st
this_node = "music_note_" + note_id;
note.setAttribute("ID", this_node);
但是图片的images:url('__PUBLIC__/images/music_note_big.png')的路径不知道怎么显示。。。
求大神
最佳答案