填空题java.util包中实现java.util.Collection接口中的类有()。
填空题java反编译工具有()。
单项选择题下面这些事件,哪个不是窗口window的事件()
A.onfoucs B.onload C.onresize D.onclick
单项选择题在html页面中,以下那个不是成对出现的()
A.Br B.td C.table D.tr
单项选择题以下那个javascript语句是正确的()
A.var.temp;temp=”hello”; B.String.temp;temp=”hello”; C.Int.temp;temp=k; D.Boolean.temp;temp=false;