在命令行输入
python.exe -m turtledemo
可以打开Python安装时,系统自带的一些演示程序。
感觉功能还是比较多的。
程序实现其实还是比较简单,主要是得搞懂倒是给的文献,还得跟导师交流如何演示出效果。
<script>(function(){
$('input[type="button"]').on('click', function(){
var $this = $(this),
$td_arr = $this.parent().html('complete').prevAll('td')
$.each($td_arr, function(){
var $td = $(this)
$td.html('<input type="text" value="'+$td.html()+'">')
})
})
})()
</script>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)