练习 2 注释和井号 你应该看到 课后练习 常见问题 练习 2 注释和井号 注释在程序中非常重要,它们可以用自然语言告诉你某段代码的功能时什么,还能在你想要暂时移除某段代码时禁用程序的一部分。以下是如何在 Python 中使用注释: ex2.py 1 # A comment, this is so you can read your...
建立 OpenGL ES 的环境(Building an OpenGL ES Environment) 在 Manifest 配置文件中声明使用 OpenGL ES (Declare OpenGL ES Use in the Manifest) 为 OpenGL ES 图形创建 Activity (Create an Activity for OpenGL...