< textarea name =urlPath cols ="80" rows ="5" > </ textarea > < br > < input type =button value ="转换路径" onclick ="document.all.resultPath.innerText=escape(document.all.urlPath.value);" > < br > < br > 路径地址: < div id =resultPath ></ div >