<script type="text/typescript"> // 在这里写代码 function a(m:number):number{ alert(m); }; a("Hello"); </script>
既然是数字类型,居然可以弹出‘Hello’??
js是弱类型啊。。。TypeScript是微软弄的,最终还是会转成js的东西吧?没用过。