单项选择题
已知在iplist文件中存放了很多ip地址,现在需要你编写脚本判断哪些ip是可以ping通的,那么使用以下哪个循环会更合适一些?()
A.while B.for C.until D.case
单项选择题 已知数组array=(1 3 9 19 43 56),如何打印出数组的第4个元素,即输出19()。
单项选择题 下列哪一项用来分组()。
单项选择题 删除经销商1018的数据记录的代码为()from distributors where distri_num=1018。