摘要: 1、函数里只能访问局部变量,不能访问全局变量,如果函数里需要访问全局变量则需要在变量前加global作用域,如下实例: 阅读全文
posted @ 2016-06-07 19:15 hllive 阅读(131) 评论(0) 推荐(0)