以下()不是光纤Tier 1级测试的内容。
A. 长度
B. 极性
C. 衰减大小
D. 衰减曲线
目前采取的第三方测试的测试方法有两种:全测和()。
A. 盲测
B. 抽测
C. 检测
D. 空测
8-4 编写函数strcat(char *str1,char *str2,char *str3),将字符串str1和str2连接后放入str3中,并编写main()调用上述函数实现2个字符串的连接。
8-5 编写程序从字符串s中删去所有子字符串t(如果s不包含t,则不删除)。如"this iiss a book,it is a nice book!",删除子串”is”后为"th is a book,ita nice book!"