摘要:
mac自带的python版本2.7。建议安装python3 WARNING: Python 2.7 is not recommended. This version is included in macOS for compatibility with legacy software. Future 阅读全文
摘要:
var canvas = $("#gameCanvas"); var context = canvas.get(0).getContext("2d"); //画布尺寸 var canvasWidth = canvas.width(); var canvasHeight = canvas.height(); function animate() { setTimeout(animat... 阅读全文