Redian新闻
>
麻烦帮忙, 某search engine公司python面试题;
avatar
麻烦帮忙, 某search engine公司python面试题;# Programming - 葵花宝典
d*s
1
某search engine公司python面试题;
面试了一个search engine的Software Developer Position, 问了一个如下的python面
试题:
在一个网页source中, 用python regular expression 找出如下的pattern:
< a href="http://www.company.com/product/xyz.html">http://img.company.com/images/abc.gif" border="0" alt="ABC" />
http://www.company.com/product/xyz.html">http://img.company.
com/photo/abc.jpg" border="0" alt="ABC" />
(上面例子中, company, abc, xyz 可以变化)
我在这个问题上摔了, 我试了几个办法,问问题的都说不对。(我面试回来后, 自
己试了试, 还是不会。 这个regular
avatar
d*s
3
Thanks.
'(href|src|border|alt)="[^"]*"'
^ Do we need another | here , before '=' ?
" + basic + "
What does + mean in this expression ?

【在 s*******d 的大作中提到】
: http://www.company.com/product/xyz.html">http://img.company.
: com/photo/abc.jpg" border="0" alt="ABC" />
: 随便写写:
: basic = '(href|src|border|alt)="[^"]*"'
: combined = r"" + \
: r"" + \
: "
"

avatar
r*t
4

string相加吧

【在 d**s 的大作中提到】
: Thanks.
: '(href|src|border|alt)="[^"]*"'
: ^ Do we need another | here , before '=' ?
: " + basic + "
: What does + mean in this expression ?

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。