早教吧 育儿知识 作业答案 考试题库 百科 知识分享

mid(string,star[,length])调用此函数下面答案有几个对的1.response.write(mid("abc",1))2.a=mid("abc",1,1)3.a=mid("abc")4.response.write("abc",2,1)

题目详情
mid(string,star[,length])调用此函数下面答案有几个对的 1.response.write(mid("abc",1))
2.a=mid("abc",1,1)
3.a=mid("abc")
4.response.write("abc",2,1)
▼优质解答
答案和解析
正确的是:
a=mid("abc",1,1)
response.write("abc",2,1) 应改为response.write("abc")