Js里面的图片路径问题

浏览:6546 发布日期:2014/12/30 分类:求助交流
在view目录Index/index.html下有段js文件
function popup_note()
{
box = id("note_box");

note = document.createElement("span");
note.style.cssText = "visibility:visible;position:absolute;background-image:url('__PUBLIC__/images/music_note_big.png');width:15px;height:25px";
note.style.left = Math.random() * 20 + 20;
note.style.top = "75px";
this_node = "music_note_" + note_id;
note.setAttribute("ID", this_node);
但是图片的images:url('__PUBLIC__/images/music_note_big.png')的路径不知道怎么显示。。。
求大神
最佳答案
评论( 相关
后面还有条评论,点击查看>>