考题
下面的PHP代码输出什么?( )?php$s = ‘12345’;$s[$s[1]] = ‘2’;echo $s;?
A.12345B.12245C.22345D.11345
考题
有以下程序 main( ) { char *s[ ]={"one","two","three"},*p; p=s[1]; printf("%c,%s\n",*(p+1),s[0]); } 执行后输出结果是A.n,twoB.t,oneC.w,oneD.o,two
考题
如何使用 PHP 输出 "hello world"()
A."HelloWorld";B.echo"HelloWorld";C.Document.Write("HelloWorld");D.write(“HelloWorld”);
考题
有以下程序: matin() { char * s[]={"one", "two", "three"}, *p; p=s[1]; printf("% c, % s\n", *(p+1),s [o]); } 执行后的输出结果是______。A.n, twoB.t, oneC.w, oneD.o, two
考题
PHP的$_POST可以用来取得以下哪些表单数据?()
A.textB.passwordC.radioD.textarea
考题
. 分别用 PHP 和Javascript. 来验证两个分别叫 slot 和 alternative 的文本框里面的内容:+ slot 可以包含许多行,每行又包含若干个单词,并且以数字结尾+ slot 中的每个单词只能由数字、字母、方括号和下划线构成+ 如果 slot 中的某个单词前后各有相同书面的下划线,则这个单词必须在 alternatives 另起一行,并带有其定义+ 方括号必须成对出现例如,下面的 slot 和 alternative 是正确的:SLOT ALTERNATIVE---------------------- --------------------------| this is 1 | | _this_ th ee s || the is 1 | | || this's 2 | | || _this_ 2 | | |---------------------- --------------------------
考题
有以下程序: main() { char *S[]={"one","two","three"},*p; p=s[1]; printf("%c,%s\n", *(p+1), s[0]); } 执行后输出结果是( )。A.n,twoB.t,oneC.w,oneD.o,two
考题
有以下程序main(){char *s[]={"one","two","three"},*p;p=s[1];printf("%c,%s\n",*(p+1),s[0]);}执行后输出结果是A.n,twoB.t,oneC.w,oneD.O,two
考题
About ________ of the workers in the factory were born in the ________.A.two-thirds, 1970 B.two-thirds, 1970s C.two-third,1970 D.two-third, 1970s
考题
12. About_______ of the workers in the factory were born in the __________.A. two- thirds;1970B. two- thirds ; 1970sC. two-third ; 1970D. two-third ; 1970s