一. 模板
1. 关于 \
cookbook中所说的是 Newline can be suppressed by adding character at the end of line.
具体的作用是啥?
2.关于赋值
cookbook中给出如下代码
$ bug = get_bug(id)
Q:这里的get_bug是哪定义的?
一. 模板
1. 关于 \
cookbook中所说的是 Newline can be suppressed by adding character at the end of line.
具体的作用是啥?
2.关于赋值
cookbook中给出如下代码
$ bug = get_bug(id)