function check()
{var tempstr
tempstr=ReplaceAll(document.form.temp.value,",","*")
alert(tempstr);
}
function ReplaceAll(str, sptr, sptr1)
{
while (str.indexOf(sptr) >= 0)
str = str.replace(sptr, sptr1);
return str;
更多信息请查看IT技术专栏
2025国考·省考课程试听报名