摘要: 内容提要- 利用 canvas 画图- 在 form中输出内容( output )<form name=”f”> Outcome:<input name=”outcome” value=””/></form>document.f.outcome.value=”Youwin”; //全部使用 name 读取可以利用 canvas 画直线或弧线,其中画弧线的函数arc ( int float x , int float y , int float radius, int float startAngle, int float endAngle, int bool 阅读全文
posted @ 2012-12-03 14:28 神之一招 阅读(242) 评论(0) 推荐(0)