V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
abucus
V2EX  ›  反馈

请不要在每一个回复中都包括外链

  •  
  •   abucus · 2020-11-06 14:46:48 +08:00 · 2268 次点击
    这是一个创建于 1260 天前的主题,其中的信息可能已经有所发展或是发生改变。

    回复里写 markdown,一直提交不了,就下面这段 code,不知道是什么原因,是回复里就不能写 markdown 吗?

    target_line_num == 5
    with open('xxx.py','r') as file:
        for line_num, line in enumerate(file):
            if line_num == target_line_num and line.startswith('#'):
                break
    print(line_num, line)
    
    Livid
        1
    Livid  
    MOD
       2020-11-06 14:52:00 +08:00 via Android
    抱歉,确实是个误判。因为目前回复还不支持 Markdown 渲染。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5261 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 08:00 · PVG 16:00 · LAX 01:00 · JFK 04:00
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.