摘要:
7.8 Specila Operators1. ?:(a>b? 'greater':'smaller')2. comma operator<script>for(s=10,y=1;x>=1;x--,y++){for(a=x;a>=1;a--){ document.write('S');}for(b=1;b<=y;b++){ document.write('T')... 阅读全文
posted @ 2009-06-18 15:06
teacherzj
阅读(235)
评论(0)
推荐(0)
浙公网安备 33010602011771号