 | | octopole V2EX member #176517, joined on 2016-06-08 13:40:50 +08:00 |
octopole's recent replies
<body>
<!-- 代码部分 begin -->
<div class="box">
<div class="sunline">
<div class="sun"></div>
<div class="earthline">
<div class="earth"></div>
<div class="moon"></div>
</div>
</div>
</div>
<!-- 代码部分 end -->
</body>
<body>会默认被隐藏了。。。没办法。。。怎么编辑都没用。。。都是不出现的
所有的原来的排版都被。。。。无视了。。。朋友可以试试。。。。
开头还有<!DOCTYPE html>
然而代码我不会编辑排版啊 不知道是不是发帖子的那个排版无视原先的排版
比如可以试试
a
b ( b 这里我在编辑的时候留了 2 个空格)
这次编程了 特地留了空格 依旧没有缩进 - -。。。。。又要打脸
此次打脸,高手见谅,社区的文章编辑和预览无法使用。。。或者说我不会用。。。预览和编辑处理貌似网站有点小问题吧,代码怎么写,都不成段落。。。
weight = 60
if weight > 70:
print('您已超重')
print('科学饮食')
print('关爱健康')
weight = 60
if weight > 70:
print('您已超重')
print('科学饮食')
print('关爱健康')
a1 = 'hello'
a2 = "hello"
a3 = '''hello'''
a4 = """what a wonderful time!
you are learning Python."""
只有在这里才能好好排版。。。。。