![](https://iknow-base.cdn.bcebos.com/lxb/notice.png)
我怎样才能改变UIPageControl的分页圆点的颜色
1个回答
2014-12-30
展开全部
与下句等效:
$text = "This is two\nlines of text\n";
在perl中除了双引号和单引号外,还支持其它的引用操作符,除了简单的引入字符串,还提供了许多功能.
详细如下表:
结构 结果(相当于) 是否插值 代表
q/str/ 'str' no 文字串
qq/str/ "str" yes 文字串
注:结构列中的/可以替换成你自定义的字符.
例:
my $test_str = q{I'm a word!};
my $test_str = qq[I'm a word!];
my $test_str = q/I'm a word!/;
my $test_str = qq#I'm a word!#;
$text = "This is two\nlines of text\n";
在perl中除了双引号和单引号外,还支持其它的引用操作符,除了简单的引入字符串,还提供了许多功能.
详细如下表:
结构 结果(相当于) 是否插值 代表
q/str/ 'str' no 文字串
qq/str/ "str" yes 文字串
注:结构列中的/可以替换成你自定义的字符.
例:
my $test_str = q{I'm a word!};
my $test_str = qq[I'm a word!];
my $test_str = q/I'm a word!/;
my $test_str = qq#I'm a word!#;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询