请教 js 设置本地图片为网页背景
请教,如何让再浏览器打开网页时,加载本地图片为网页背景。使用var loca_picpath="s:\ph\pic.jpg";
document.write("<style type='text/css'>body{ background:url("+local_picpath+") no-repeat; background-size:100% 100%; width:100%;height:100%;}</style>";
这样写加载不出来呢?
急,求指教。