搜索资源列表
font-change
- VB基础,改变字体格式示例,如改变字体颜色,改变字体大小,字体样式,字体粗体,字体下划线-VB foundation, change the font format examples, such as changing the font color, change the font size, font style, font bold, font underlined
函数
- 函数分为系统函数和自定义函数 自定义函数定义特点: function 函数名的要求:只能够由字母、下划线和数字构成,而数字不能作为首字母 如果有返回值,用return关键字把要返回的数据返回。(Function is divided into system function and user-defined function Custom function definition features: Function Requirements for function names: