用javascript语言设计程序 判断用户输入的整数是正数还是负数或0fuction check(num){if(num>0){alert(num+"是正")}else if(num<0){alert(num+"是负")}else{alert(n2023-02-20JavaScript200