87,990
社区成员
发帖
与我相关
我的任务
分享function initForm() {
var isfromCVInput = parseInt($("#isfromCVInput").val(), 10);
alert(typeof isfromCVInput);
alert("isfromCVInput:"+isfromCVInput);
if(isfromCVInput==0) {
changeOneSelectMode();
}
}