在之前的系列帖子中: * [一起来玩内部市场吧!/ Let's play the internal market](https://steemit.com/cn/@oflyhigh/let-s-play-the-internal-market) * [一起来玩内部市场吧(二)!/ Market history APIs by example](https://steemit.com/steemdev/@oflyhigh/market-history-apis-by-example) * [一起来玩内部市场吧(三)!/ Program trading](https://steemit.com/steemdev/@oflyhigh/program-trading) 我通过例子介绍了一些API的用法。  # API示例 简单挑选几个列举如下: #### 获取市场报价 `curl -s --data '{"jsonrpc": "2.0", "method": "call", "params": ["market_history_api", "get_ticker", []], "id": 1}' https://steemd.steemit.com` 又比如: #### 获取指定用户当前挂单信息 `curl -s --data '{"jsonrpc": "2.0", "method": "call", "params": ["database_api", "get_open_orders", ["deanliu"]], "id": 1}' https://steemd.steemit.com` 其实还有很多有用的API,比如说: #### 获取账户信息的 `curl -s --data '{"jsonrpc": "2.0", "method": "call", "params": ["database_api", "get_accounts", [["oflyhigh"]]], "id": 1}' https://steemd.steemit.com` # API `"params"` 组成 更多的API介绍,不是我们这篇文章的主题,我想说的是我调试程序过程中遇到的一个事情。 如上述API示例中所描述的那样,去掉固定部分,其实`"params"`部分是固定的用逗号分隔的三部分组成,比如上述例子中的`"params"`部分: `"market_history_api", "get_ticker", []` `"database_api", "get_open_orders", ["deanliu"]` `"database_api", "get_accounts", [["oflyhigh"]]` # 遇到的问题 问题就出在第三部分上。 我想把第三部分 ["deanliu"]用变量的方式传递给固定的字符串模板,然后组合出上述API调用。 其中核心代码如下: ``` list = ["deanliu"] str = str(list) print(str) ```  看到这个结果我就哭了😭 * 我想得到是这样的字符串:***`'["deanliu"]'`*** * 结果得到是这样的字符串:***`"['deanliu']"`*** 这就有些尴尬了,因为第二字符串传递到模板里会导致错误的结果。 # 寻求帮助 作为一个初学者,我研究了半天,也没有找到合适的方式来解决这个问题,我甚至准备写一段代码来对得到的字符串进行转换,但是能否实现先不说,我总觉得这样的处理方式不优雅。 恰巧看我的一个QQ群里有几个夜猫子闲聊,其中一个QQ好友据我所知玩过很长时间的Python,我把上述例子发给他,并向他求教,如何把***`"['deanliu']"`***转换成***`'["deanliu"]'`***,他马上给我回复说试试***json.dumps*** 于是我改写了上述例子变成了这样: ``` import json list = ["deanliu"] str = json.dumps(list) print(str) ```  完美地解决了我的问题。 # 结论 这个问题,对于高手(比如我这个朋友)而言,就是一句话解决。 而如若没有他的指点,我可能耗费数个小时的时间来寻找解决方法,并且极有可能用极其不优雅的方式实现。 ***多个朋友多条路***, 古之人诚不欺我! (封面图源 :[pixabay](https://pixabay.com))
author | oflyhigh |
---|---|
permlink | 7graka-python |
category | json |
json_metadata | {"tags":["json","python","friendship","cn","cn-programming"],"image":["https://steemitimages.com/DQmcmxhnjLpeEcxCVJFDrEg49XQdJerp9ycTUsRGTidEpUJ/hands-2706109_960_720.jpg","https://steemitimages.com/DQmdVMExnTLXmmXpKGBpVanL5rkWLfB2dDxcjN8DiNQJiEC/image.png","https://steemitimages.com/DQmbgv8o5DCpJZ88s33E9iuKipW48BTatAyVDqCX6dM2PaZ/image.png"],"links":["https://steemit.com/cn/@oflyhigh/let-s-play-the-internal-market","https://steemit.com/steemdev/@oflyhigh/market-history-apis-by-example","https://steemit.com/steemdev/@oflyhigh/program-trading","https://pixabay.com"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-10-23 09:04:03 |
last_update | 2017-10-23 09:04:03 |
depth | 0 |
children | 30 |
last_payout | 2017-10-30 09:04:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 117.788 HBD |
curator_payout_value | 24.906 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,233 |
author_reputation | 6,307,182,306,853,118 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,364,689 |
net_rshares | 61,722,684,635,821 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xeldal | 0 | 43,180,430,761 | 0.3% | ||
pharesim | 0 | 103,186,110,027 | 0.03% | ||
sandra | 0 | 39,335,260,287 | 13% | ||
abit | 0 | 11,857,641,962,982 | 60% | ||
someone | 0 | 92,286,776,922 | 100% | ||
jademont | 0 | 228,167,278,894 | 100% | ||
gavvet | 0 | 175,701,189,062 | 1% | ||
steve-walschot | 0 | 166,235,274 | 1% | ||
dragonslayer109 | 0 | 21,850,946,744 | 1% | ||
coinbitgold | 0 | 166,376,915,842 | 80% | ||
wongshiying | 0 | 30,886,044,504 | 100% | ||
knopki | 0 | 235,734,144 | 20% | ||
vi1son | 0 | 123,833,868,608 | 100% | ||
jacor | 0 | 3,625,719,670 | 1% | ||
livingfree | 0 | 1,926,209,560,040 | 21% | ||
gikitiki | 0 | 147,047,774 | 0.3% | ||
blockchainbilly | 0 | 10,286,391,364 | 50% | ||
juvyjabian | 0 | 1,557,752,894 | 3% | ||
arcange | 0 | 27,330,843,204 | 10% | ||
ubg | 0 | 204,624,685 | 1% | ||
deanliu | 0 | 1,020,029,352,649 | 100% | ||
rea | 0 | 318,888,408,228 | 25% | ||
crazymumzysa | 0 | 1,417,465,569 | 1% | ||
raphaelle | 0 | 4,115,014,731 | 10% | ||
joythewanderer | 0 | 123,622,934,339 | 31% | ||
emilhoch | 0 | 29,911,388,632 | 1% | ||
ace108 | 0 | 350,338,750,216 | 25% | ||
magicmonk | 0 | 68,369,426,096 | 100% | ||
laoyao | 0 | 32,979,786,435 | 100% | ||
cryptoninja | 0 | 1,017,880,586 | 12% | ||
somebody | 0 | 1,408,131,627,723 | 100% | ||
feelapi | 0 | 2,364,006,093 | 60% | ||
timsaid | 0 | 121,472,053,286 | 1% | ||
midnightoil | 0 | 184,365,524,709 | 100% | ||
btsabc | 0 | 126,311,703,027 | 100% | ||
xiaohui | 0 | 938,694,569,222 | 100% | ||
silentlucidity53 | 0 | 1,088,873,221 | 75% | ||
oflyhigh | 0 | 2,688,714,359,803 | 100% | ||
xiaokongcom | 0 | 16,016,599,304 | 100% | ||
archiles | 0 | 182,064,960 | 100% | ||
ericsim1991 | 0 | 184,217,871 | 100% | ||
freyman | 0 | 4,737,201,309 | 100% | ||
ericsim1989 | 0 | 174,427,782 | 100% | ||
rivalhw | 0 | 795,938,449,772 | 61% | ||
nextgen622 | 0 | 815,822,112,934 | 100% | ||
chinadaily | 0 | 216,618,725,133 | 100% | ||
helene | 0 | 331,027,394,851 | 100% | ||
fred703 | 0 | 326,914,160 | 1% | ||
ffcrossculture | 0 | 0 | 0% | ||
ethansteem | 0 | 230,330,870,443 | 100% | ||
sweetsssj | 0 | 3,531,241,531,869 | 12% | ||
tumutanzi | 0 | 1,911,916,655,639 | 11% | ||
englishtchrivy | 0 | 93,563,202,761 | 26% | ||
cornerstone | 0 | 402,480,125,124 | 33% | ||
shieha | 0 | 2,463,763,570 | 100% | ||
profitgenerator | 0 | 3,037,472,069 | 100% | ||
ebargains | 0 | 743,654,502 | 10% | ||
damarth | 0 | 1,887,853,917,469 | 30% | ||
funnyman | 0 | 1,467,673,210 | 0.2% | ||
justyy | 0 | 69,286,176,369 | 17.1% | ||
arama | 0 | 4,300,270,772,447 | 80% | ||
stacee | 0 | 127,446,825,810 | 100% | ||
luneknight | 0 | 331,040,116 | 100% | ||
yuxi | 0 | 7,238,990,027 | 100% | ||
steemtruth | 0 | 43,183,684,857 | 10% | ||
lalala | 0 | 68,820,458,006 | 100% | ||
graviton | 0 | 463,449,180 | 1% | ||
keuudeip | 0 | 78,013,852 | 0.1% | ||
ianboil | 0 | 273,698,046 | 5% | ||
joseluismejia | 0 | 2,309,865,515 | 100% | ||
ruthofisrael | 0 | 351,142,299 | 1% | ||
devilwsy | 0 | 2,466,834,053 | 100% | ||
janiceting | 0 | 2,464,600,296 | 100% | ||
lydiachan | 0 | 35,071,036,841 | 100% | ||
harferri | 0 | 87,279,899 | 1% | ||
dragon40 | 0 | 2,514,258,287 | 10% | ||
jackhircus | 0 | 68,932,811,456 | 80% | ||
blackbunny | 0 | 146,414,063,291 | 100% | ||
jubi | 0 | 69,445,399,126 | 100% | ||
bigyellow | 0 | 11,554,978,256 | 100% | ||
corvuscoraxx | 0 | 72,875,674 | 6.88% | ||
ripperone | 0 | 1,015,381,221,956 | 22% | ||
bxt | 0 | 102,192,880,393 | 100% | ||
lingfei | 0 | 63,763,430,102 | 100% | ||
yyyy | 0 | 49,236,823,788 | 100% | ||
mandela | 0 | 2,133,730,627 | 1% | ||
vikx | 0 | 7,934,357,685 | 100% | ||
alexis555 | 0 | 1,270,369,198,576 | 22% | ||
coldhair | 0 | 132,446,648,236 | 50% | ||
samstickkz | 0 | 3,550,910,007 | 20% | ||
fernwehninja | 0 | 550,205,291 | 2% | ||
rajulul | 0 | 344,787,530 | 100% | ||
austinsandersco | 0 | 44,203,672,040 | 70% | ||
aismor | 0 | 934,832,704 | 100% | ||
marxrab | 0 | 3,452,572,275 | 8% | ||
hammadakhtar | 0 | 633,803,682 | 10% | ||
htliao | 0 | 4,986,855,596,746 | 29% | ||
aarkay | 0 | 1,643,765,112 | 100% | ||
mandagoi | 0 | 17,171,540,465 | 21% | ||
indiantraveller | 0 | 123,655,400 | 0.06% | ||
ribalinux | 0 | 7,146,421,928 | 24% | ||
wylo | 0 | 617,754,967 | 100% | ||
rexusmo | 0 | 106,022,700,594 | 10% | ||
jkkim | 0 | 7,944,383,280 | 10% | ||
ebejammin | 0 | 441,126,532,254 | 100% | ||
sallsteem | 0 | 68,082,603 | 0.5% | ||
nanosesame | 0 | 35,133,963,562 | 80% | ||
happychau123 | 0 | 10,295,846,386 | 100% | ||
linuslee0216 | 0 | 9,123,505,058,279 | 51% | ||
revelim | 0 | 9,155,591,811 | 30% | ||
cryptohustler | 0 | 8,166,161,898 | 100% | ||
suitablybored | 0 | 510,153,467 | 100% | ||
arsar | 0 | 614,142,439 | 100% | ||
exec | 0 | 86,157,123,631 | 100% | ||
eval | 0 | 861,932,981 | 100% | ||
aliyah2017 | 0 | 27,410,808,352 | 100% | ||
michaelwilshaw | 0 | 2,184,044,525 | 10% | ||
speeding | 0 | 2,825,600,608 | 100% | ||
shenchensucc | 0 | 8,269,115,475 | 100% | ||
krischy | 0 | 88,075,349,564 | 100% | ||
walkinharmony | 0 | 15,138,709,885 | 90% | ||
asterix87 | 0 | 14,263,895,020 | 100% | ||
admyrer | 0 | 11,927,988,436 | 100% | ||
nataliejohnson | 0 | 1,181,433,396 | 5% | ||
tandemus | 0 | 1,734,689,007 | 100% | ||
abetterworld | 0 | 4,269,159,153 | 100% | ||
raili | 0 | 15,167,721,706 | 100% | ||
ivanpopov | 0 | 1,738,232,664 | 100% | ||
eturnerx | 0 | 72,145,608,513 | 30% | ||
ldauch | 0 | 1,440,576,259 | 100% | ||
goldkey | 0 | 14,872,851,769 | 10% | ||
that1consultant | 0 | 14,168,242,487 | 100% | ||
sanzo | 0 | 568,042,815 | 100% | ||
davaowhenyo | 0 | 620,139,483 | 100% | ||
allenshayzar | 0 | 619,520,000 | 100% | ||
colmanlamkh | 0 | 3,218,106,654 | 100% | ||
travelgirl | 0 | 86,482,376,851 | 100% | ||
martinbrandow | 0 | 1,964,388,733 | 100% | ||
raku | 0 | 617,220,000 | 100% | ||
resteeming | 0 | 335,252,830 | 100% | ||
ravenousappetite | 0 | 619,520,000 | 100% | ||
aabb | 0 | 623,450,814 | 100% | ||
catwomanteresa | 0 | 14,264,440,823 | 52% | ||
wanderwithtwo | 0 | 9,831,956,516 | 100% | ||
auntigormint | 0 | 557,548,323 | 100% | ||
mrliga | 0 | 11,642,221,773 | 100% | ||
angela.ghkh | 0 | 2,487,823,649 | 75% | ||
nicolemoker | 0 | 5,420,037,337,714 | 26% | ||
davidzack | 0 | 450,458,685 | 100% | ||
drunkevil | 0 | 9,027,971,511 | 100% | ||
johncobra | 0 | 843,621,416 | 100% | ||
sweethoney | 0 | 347,492,440 | 100% | ||
adjs20 | 0 | 197,813,746,975 | 100% | ||
duekie | 0 | 108,086,480 | 100% | ||
idx | 0 | 12,579,634,764 | 60% | ||
jiangchen | 0 | 3,170,970,465 | 100% | ||
kangnajiang | 0 | 1,304,428,082 | 100% | ||
exprmnt | 0 | 491,963,152 | 100% | ||
modemser | 0 | 8,261,531,052 | 20% | ||
aafeng | 0 | 14,484,423,364 | 100% | ||
leir | 0 | 1,201,810,586 | 100% | ||
yunkard | 0 | 154,832,091 | 100% | ||
tvb | 0 | 2,570,664,119 | 9% | ||
beautypics | 0 | 300,475,591,337 | 100% | ||
skenan | 0 | 70,327,967,756 | 44% | ||
steem77 | 0 | 102,391,576 | 1% | ||
mrspointm | 0 | 12,420,568,966 | 36% | ||
vadimlasca | 0 | 1,443,628,366 | 100% | ||
ericsim | 0 | 452,249,600 | 100% | ||
freedom-fighter | 0 | 619,520,000 | 100% | ||
redtea | 0 | 2,886,870,185 | 100% | ||
ryanfan11 | 0 | 5,659,206,408 | 100% | ||
bobbyboe | 0 | 25,238,526,938 | 100% | ||
eduter | 0 | 4,577,700,000 | 100% | ||
err0rist | 0 | 358,565,889 | 100% | ||
buckydurddle | 0 | 165,110,356 | 1% | ||
technologynepal | 0 | 617,220,000 | 100% | ||
chenlocus | 0 | 3,297,468,182 | 100% | ||
veronicazhu | 0 | 2,630,366,339 | 100% | ||
dgorbunov | 0 | 1,347,030,864 | 100% | ||
subcosmos | 0 | 13,761,159,699 | 30% | ||
tiffanyrej | 0 | 4,107,472,009 | 100% | ||
oodeyaa | 0 | 941,653,869 | 10% | ||
khalilad | 0 | 1,200,675,403 | 100% | ||
ms8988 | 0 | 618,536,615 | 100% | ||
joshcash | 0 | 151,329,762 | 100% | ||
superbing | 0 | 2,356,362,696 | 35% | ||
dailyfortune | 0 | 1,472,201,786 | 35% | ||
antone | 0 | 678,336,720 | 100% | ||
xiaoshancun | 0 | 746,588,644 | 100% | ||
dailystats | 0 | 1,427,884,321 | 35% | ||
victory622 | 0 | 9,718,085,972 | 18% | ||
felixkwt | 0 | 0 | 100% | ||
brendashockley | 0 | 92,583,000 | 25% | ||
dennisphillips | 0 | 95,669,100 | 25% | ||
metten | 0 | 6,869,060,460 | 100% | ||
christophzak | 0 | 669,644,951 | 90% | ||
picaza | 0 | 596,649,575 | 100% | ||
ikonik | 0 | 623,969,073 | 100% | ||
vfxness | 0 | 17,106,591,166 | 100% | ||
lemminon | 0 | 1,162,133,725 | 100% | ||
svashta | 0 | 1,601,783,372 | 100% | ||
vandadream | 0 | 1,025,346,314 | 100% | ||
heyeshuang | 0 | 512,715,031 | 100% | ||
rksumanthraju | 0 | 75,725,223 | 100% | ||
chenxiaoxia | 0 | 617,631,536 | 100% | ||
happycelia | 0 | 589,610,747 | 100% | ||
hannaju | 0 | 6,044,579,941 | 100% | ||
fastiduos | 0 | 618,001,665 | 100% | ||
fresh-prince | 0 | 56,196,337 | 4.18% | ||
winniex | 0 | 1,868,983,793 | 100% | ||
metinyolcu | 0 | 72,376,118 | 100% | ||
yixuan | 0 | 617,220,000 | 100% | ||
bryanlin | 0 | 2,462,917,925 | 100% | ||
hymle | 0 | 3,061,696,527 | 100% | ||
weavingwords | 0 | 43,160,140,810 | 100% | ||
daydayup | 0 | 552,283,103 | 100% | ||
munardi | 0 | 481,405,143 | 100% | ||
infoworld | 0 | 138,856,669 | 100% | ||
daes131 | 0 | 61,736,345 | 100% | ||
bobinson | 0 | 233,443,929 | 100% | ||
myeasin | 0 | 53,381,641 | 100% | ||
bestmdfisal01 | 0 | 158,485,237 | 100% | ||
brysj22952 | 0 | 767,175,042 | 100% | ||
dcherna | 0 | 549,343,600 | 100% | ||
windowglass | 0 | 24,251,041,823 | 100% | ||
mygirl | 0 | 703,126,060 | 100% | ||
keepup | 0 | 560,333,759 | 100% | ||
jynx | 0 | 596,430,550 | 100% | ||
deanyeong | 0 | 389,761,465 | 100% | ||
chann | 0 | 629,632,709 | 100% | ||
not-a-bird | 0 | 1,160,570,069 | 100% | ||
evinrud | 0 | 464,461,322 | 100% | ||
anonc3a | 0 | 829,806,219 | 100% | ||
sherali | 0 | 104,451,131 | 100% | ||
shakhriyor | 0 | 1,032,904,983 | 100% | ||
sweet.colours | 0 | 179,887,920 | 100% | ||
tommyheryawan | 0 | 58,028,351 | 100% | ||
mdsayhammia | 0 | 464,226,776 | 100% | ||
angelina6688 | 0 | 330,761,547 | 100% | ||
twinklesong | 0 | 246,796,395 | 100% | ||
emilyblanco | 0 | 661,521,498 | 100% | ||
zubairfarooq | 0 | 1,119,944,168 | 100% | ||
jerkydude | 0 | 81,239,469 | 100% | ||
chocofoxy | 0 | 1,096,732,750 | 100% | ||
kirannew02 | 0 | 696,338,134 | 100% | ||
mmrmm | 0 | 1,015,493,011 | 100% |
Amazing.
author | abupasi.alachy |
---|---|
permlink | re-oflyhigh-7graka-python-20171023t092059118z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-23 09:20:51 |
last_update | 2017-10-23 09:20:51 |
depth | 1 |
children | 0 |
last_payout | 2017-10-30 09:20:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8 |
author_reputation | 5,557,880,714,706 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,365,587 |
net_rshares | 0 |
Good job ,,, I upvote 100% your post Please you are visit my blog
author | agussafrizal |
---|---|
permlink | re-oflyhigh-7graka-python-20171023t095506719z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-23 09:53:15 |
last_update | 2017-10-23 09:53:15 |
depth | 1 |
children | 0 |
last_payout | 2017-10-30 09:53:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 6,894,576,965,656 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,367,309 |
net_rshares | 0 |
我就是来点个赞,O哥你写的实在是让我看了头晕。哈哈
author | bigyellow |
---|---|
permlink | re-oflyhigh-7graka-python-20171024t061539330z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-24 06:15:42 |
last_update | 2017-10-24 06:15:42 |
depth | 1 |
children | 1 |
last_payout | 2017-10-31 06:15:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 7,347,169,841,366 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,429,110 |
net_rshares | 0 |
谢谢啦:)
author | oflyhigh |
---|---|
permlink | re-bigyellow-re-oflyhigh-7graka-python-20171024t103253508z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-24 10:32:54 |
last_update | 2017-10-24 10:32:54 |
depth | 2 |
children | 0 |
last_payout | 2017-10-31 10:32:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 6,307,182,306,853,118 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,444,102 |
net_rshares | 0 |
我就是来点个赞,O哥你写的实在是让我看了头晕。哈哈
author | bigyellow |
---|---|
permlink | re-oflyhigh-7graka-python-20171024t062532848z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-24 06:25:36 |
last_update | 2017-10-24 06:25:36 |
depth | 1 |
children | 1 |
last_payout | 2017-10-31 06:25:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.476 HBD |
curator_payout_value | 0.158 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 7,347,169,841,366 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,429,670 |
net_rshares | 276,379,980,870 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oflyhigh | 0 | 276,379,980,870 | 10% |
哈哈,回了两遍,我都头晕了
author | oflyhigh |
---|---|
permlink | re-bigyellow-re-oflyhigh-7graka-python-20171024t103332255z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-24 10:33:42 |
last_update | 2017-10-24 10:33:42 |
depth | 2 |
children | 0 |
last_payout | 2017-10-31 10:33:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 6,307,182,306,853,118 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,444,145 |
net_rshares | 0 |
不错,我也挺喜欢
author | chenlocus | ||||||
---|---|---|---|---|---|---|---|
permlink | re-oflyhigh-20171023t20206809z | ||||||
category | json | ||||||
json_metadata | {"tags":"json","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-10-23 09:20:09 | ||||||
last_update | 2017-10-23 09:20:09 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-10-30 09:20:09 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 8 | ||||||
author_reputation | 127,626,795,379,674 | ||||||
root_title | "Python字符串引号的小问题 / 多个朋友多条路" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 18,365,553 | ||||||
net_rshares | 0 |
author | deanliu |
---|---|
permlink | re-oflyhigh-7graka-python-20171023t094841532z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-23 09:48:48 |
last_update | 2017-10-23 09:48:48 |
depth | 1 |
children | 6 |
last_payout | 2017-10-30 09:48:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.309 HBD |
curator_payout_value | 0.433 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 3,088,576,810,035,728 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,367,085 |
net_rshares | 754,135,747,654 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oflyhigh | 0 | 675,634,325,499 | 25% | ||
lydiachan | 0 | 11,690,345,613 | 35% | ||
jubi | 0 | 66,811,076,542 | 100% |
>怎么老是你? 显然你们之间有不可描述的关系。
author | jubi |
---|---|
permlink | re-deanliu-re-oflyhigh-7graka-python-20171023t101233236z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-23 10:14:09 |
last_update | 2017-10-23 10:14:09 |
depth | 2 |
children | 0 |
last_payout | 2017-10-30 10:14:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.019 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 82,406,494,254,467 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,368,382 |
net_rshares | 11,690,345,613 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lydiachan | 0 | 11,690,345,613 | 35% |
Because we are friends. 多个朋友,多个栗子!
author | oflyhigh |
---|---|
permlink | re-deanliu-re-oflyhigh-7graka-python-20171023t104253758z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-23 10:42:57 |
last_update | 2017-10-23 10:42:57 |
depth | 2 |
children | 4 |
last_payout | 2017-10-30 10:42:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 6,307,182,306,853,118 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,369,930 |
net_rshares | 12,221,724,960 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lydiachan | 0 | 12,221,724,960 | 35% |
就像劉姊姊很常出現當例子<del>(栗子)</del>一樣~ @@
author | lydiachan |
---|---|
permlink | re-oflyhigh-re-deanliu-re-oflyhigh-7graka-python-20171023t111913736z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-23 11:19:21 |
last_update | 2017-10-23 11:19:21 |
depth | 3 |
children | 2 |
last_payout | 2017-10-30 11:19:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 38,600,108,764,289 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,371,979 |
net_rshares | 0 |
举个栗子
author | rivalhw |
---|---|
permlink | re-oflyhigh-re-deanliu-re-oflyhigh-7graka-python-20171024t103056472z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-24 10:30:54 |
last_update | 2017-10-24 10:30:54 |
depth | 3 |
children | 0 |
last_payout | 2017-10-31 10:30:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 1,788,998,838,466,627 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,443,987 |
net_rshares | 0 |
great job....thanks for shearing
author | ghorardim |
---|---|
permlink | re-oflyhigh-7graka-python-20171023t091718819z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-23 09:17:24 |
last_update | 2017-10-23 09:17:24 |
depth | 1 |
children | 0 |
last_payout | 2017-10-30 09:17:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 2,328,199,508,448 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,365,402 |
net_rshares | 0 |
o哥 我有啥问题就问你了 至于能不能解决 就看你和你朋友了。 哈哈 :)
author | jubi |
---|---|
permlink | re-oflyhigh-7graka-python-20171023t094334792z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-23 09:43:45 |
last_update | 2017-10-23 09:43:45 |
depth | 1 |
children | 1 |
last_payout | 2017-10-30 09:43:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 82,406,494,254,467 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,366,815 |
net_rshares | 0 |
First of all, we need to be friends. 成为朋友的前提,一般是给我发好多好多好多红包 .......
author | oflyhigh |
---|---|
permlink | re-jubi-re-oflyhigh-7graka-python-20171023t104447890z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-23 10:44:54 |
last_update | 2017-10-23 10:44:54 |
depth | 2 |
children | 0 |
last_payout | 2017-10-30 10:44:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 6,307,182,306,853,118 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,370,042 |
net_rshares | 0 |
I think post has been very good. If there are some education issues, then we need to see them well and understand the boards and make a good command, your post is very good.
author | kawsardj |
---|---|
permlink | re-oflyhigh-7graka-python-20171025t060213043z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-25 06:01:54 |
last_update | 2017-10-25 06:01:54 |
depth | 1 |
children | 0 |
last_payout | 2017-11-01 06:01:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 173 |
author_reputation | -492,902,763,486 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,506,471 |
net_rshares | 0 |
ÜYE OL http://www.7x.com.tr/?idX=4282&idXRef= Anahtar Teslim Hazır Web Sitesi http://www.xticaret.com/xticaret/?2271_84214 Anket Rehberi http://www.xticaret.com/xticaret/?258_84214 ULTRA HIZLI ZAYIFLAMA http://www.xticaret.com/xticaret/?2381_84214 Borsa Koçu Dijital Eğitim Kitabı( http://www.xticaret.com/xticaret/?1154_84214 borsa ky teknik analiz ve bilgileri Dijital Eğitim Kitabı http://www.xticaret.com/xticaret/?1209_84214 Mudo Satış Kampanyası http://www.xticaret.com/xticaret/?2024_84214 Lescon Satış Kampanyası http://www.xticaret.com/xticaret/?2316_84214 ParaTube Sistemi http://www.xticaret.com/xticaret/?2336_84214 Erken Boşalma Tedavisi ve Penis Büyütme Görsel Eğitim Seti http://www.xticaret.com/xticaret/?2290_84214 Youtube Kazanç Kitabı http://www.xticaret.com/xticaret/?2325_84214
author | metinyolcu |
---|---|
permlink | re-oflyhigh-7graka-python-20171023t180912935z |
category | json |
json_metadata | {"tags":["json"],"links":["http://www.7x.com.tr/?idX=4282&idXRef=","http://www.xticaret.com/xticaret/?2271_84214","http://www.xticaret.com/xticaret/?258_84214","http://www.xticaret.com/xticaret/?2381_84214","http://www.xticaret.com/xticaret/?1154_84214","http://www.xticaret.com/xticaret/?1209_84214","http://www.xticaret.com/xticaret/?2024_84214","http://www.xticaret.com/xticaret/?2316_84214","http://www.xticaret.com/xticaret/?2336_84214","http://www.xticaret.com/xticaret/?2290_84214","http://www.xticaret.com/xticaret/?2325_84214"],"app":"steemit/0.1"} |
created | 2017-10-23 18:09:12 |
last_update | 2017-10-23 18:09:12 |
depth | 1 |
children | 0 |
last_payout | 2017-10-30 18:09:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 819 |
author_reputation | -447,102,137,019 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,390,304 |
net_rshares | -56,844,426,712 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheetah | 0 | -1,568,430,538 | -1% | ||
oflyhigh | 0 | -55,275,996,174 | -2% |
Thanks a lot for this great post..BR
author | moorkedi |
---|---|
permlink | re-oflyhigh-7graka-python-20171023t101347770z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-23 10:13:51 |
last_update | 2017-10-23 10:13:51 |
depth | 1 |
children | 0 |
last_payout | 2017-10-30 10:13:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 4,354,280,945,178 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,368,370 |
net_rshares | 0 |
Wow amazing post carry on
author | myeasin |
---|---|
permlink | re-oflyhigh-7graka-python-20171024t034335811z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-24 03:43:48 |
last_update | 2017-10-24 03:43:48 |
depth | 1 |
children | 0 |
last_payout | 2017-10-31 03:43:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 4,211,257,657,410 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,421,056 |
net_rshares | 0 |
google “python convert single quoted string to double” https://stackoverflow.com/questions/1906991/convert-single-quoted-string-to-double-quoted-string
author | speeding |
---|---|
permlink | re-oflyhigh-7graka-python-20171023t104929984z |
category | json |
json_metadata | {"tags":["json"],"links":["https://stackoverflow.com/questions/1906991/convert-single-quoted-string-to-double-quoted-string"],"app":"steemit/0.1"} |
created | 2017-10-23 10:49:36 |
last_update | 2017-10-23 10:49:36 |
depth | 1 |
children | 1 |
last_payout | 2017-10-30 10:49:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.461 HBD |
curator_payout_value | 0.152 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 152 |
author_reputation | 1,172,222,545,920 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,370,313 |
net_rshares | 264,707,599,547 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oflyhigh | 0 | 261,980,656,826 | 10% | ||
speeding | 0 | 2,726,942,721 | 100% |
Thank you.
author | oflyhigh |
---|---|
permlink | re-speeding-re-oflyhigh-7graka-python-20171023t114327491z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-23 11:43:33 |
last_update | 2017-10-23 11:43:33 |
depth | 2 |
children | 0 |
last_payout | 2017-10-30 11:43:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 6,307,182,306,853,118 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,373,219 |
net_rshares | 0 |
Great
author | sweet.colours | ||||||
---|---|---|---|---|---|---|---|
permlink | re-oflyhigh-20171023t16355844z | ||||||
category | json | ||||||
json_metadata | {"tags":"json","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-10-23 11:36:00 | ||||||
last_update | 2017-10-23 11:36:00 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-10-30 11:36:00 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 5 | ||||||
author_reputation | 1,892,144,455,929 | ||||||
root_title | "Python字符串引号的小问题 / 多个朋友多条路" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 18,372,823 | ||||||
net_rshares | 98,648,214 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sweet.colours | 0 | 98,648,214 | 100% |
恩,以后遇到不懂的一定请教o哥大神😊
author | twinklesong |
---|---|
permlink | re-oflyhigh-7graka-python-20171024t082955077z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-24 08:29:57 |
last_update | 2017-10-24 08:29:57 |
depth | 1 |
children | 2 |
last_payout | 2017-10-31 08:29:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 402,287,364,260 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,436,721 |
net_rshares | 0 |
互相学习啦,把大神去掉,我是菜鸟 😭
author | oflyhigh |
---|---|
permlink | re-twinklesong-re-oflyhigh-7graka-python-20171024t103449333z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-24 10:34:48 |
last_update | 2017-10-24 10:34:48 |
depth | 2 |
children | 1 |
last_payout | 2017-10-31 10:34:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 6,307,182,306,853,118 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,444,201 |
net_rshares | 0 |
如果您都是菜鸟,那我只能算是个小肉虫了😂
author | twinklesong |
---|---|
permlink | re-oflyhigh-re-twinklesong-re-oflyhigh-7graka-python-20171024t105115415z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-24 10:51:18 |
last_update | 2017-10-24 10:51:18 |
depth | 3 |
children | 0 |
last_payout | 2017-10-31 10:51:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 402,287,364,260 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,445,196 |
net_rshares | 0 |
有好多问题都是自己折腾半天还搞不定,然后问了朋友以后才发现,人家一句话就能给你解决了。
author | victory622 |
---|---|
permlink | re-oflyhigh-7graka-python-20171023t100758843z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-23 10:07:57 |
last_update | 2017-10-23 10:07:57 |
depth | 1 |
children | 2 |
last_payout | 2017-10-30 10:07:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.452 HBD |
curator_payout_value | 0.150 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 132,772,573,652,848 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,368,064 |
net_rshares | 261,980,656,826 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oflyhigh | 0 | 261,980,656,826 | 10% |
Most importantly, they are willing to help you. 比如马云一句话,就能让我有好多钱 😭
author | oflyhigh |
---|---|
permlink | re-victory622-re-oflyhigh-7graka-python-20171023t104702900z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-23 10:47:12 |
last_update | 2017-10-23 10:47:12 |
depth | 2 |
children | 1 |
last_payout | 2017-10-30 10:47:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 66 |
author_reputation | 6,307,182,306,853,118 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,370,171 |
net_rshares | 0 |
Can't agree with you more!!!
author | victory622 |
---|---|
permlink | re-oflyhigh-re-victory622-re-oflyhigh-7graka-python-20171023t115930157z |
category | json |
json_metadata | {"tags":["json"],"app":"steemit/0.1"} |
created | 2017-10-23 11:59:27 |
last_update | 2017-10-23 11:59:27 |
depth | 3 |
children | 0 |
last_payout | 2017-10-30 11:59:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 132,772,573,652,848 |
root_title | "Python字符串引号的小问题 / 多个朋友多条路" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,374,018 |
net_rshares | 0 |