<script type="text/javascript">
var anchor=document.createElement("a");
alert(anchor)
</script>
请问为啥这个不能创建a标签,创建其他标签可以
可以啊,你把它appendChild以后就看到了