1
cnleoyang Jul 22, 2010
|
2
cnleoyang Jul 22, 2010
或许作者写代码需要在php和python间切换,部分python代码语句结尾是分号。
|
3
Fann Jul 22, 2010
template_values['twitter_account'] = tweets[0].user.name;
=> template_values['twitter_account'] = tweets[0].user.screen_name; |
4
cnleoyang Jul 22, 2010
template_values['twitter_account'] = twitter_account
|