日期:2014-05-16  浏览次数:20327 次

javascript中文参数传递乱码

abc(escape('中文参数'));

function abc(param){
    alert(unescape(param));
}