在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
1.常量 虽然Ruby只要求常量首字母大写,但是为了有更好的可读性,建议将常量名的全部字母大写 class Persons class Test class First 2.变量 在Ruby语言中,为了与常量区分开来,局部变量必须以小写字母(a~z)或者下划线开头 全局变量以"$"开头。 3.p 与puts与print p "\ta" puts "\ta" 输出: "\ta" 共同点:都是用来屏幕输出的。 不同点:
4. Ajax要在head里导入 <%= javascript_include_tag "prototype" %> |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论