回到顶部

阅读目录

Joyoo 的个人网站开通啦:)

超链接

那时候刚好下着雨,柏油路面湿冷冷的,还闪烁着青、黄、红颜色的灯火。

文本块

吹来一阵风翻开这记忆

往事好像是昨天的小溪

这照片中有你

这照片中有我

我们一直就未曾远离

代码块

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
__author__ = 'yinzhuoqun'

def outer(args):
    def inner(fun):
        print("this is inner start ")
        fun()
        print("this is %s"%args)
        print("inner finished")
    return inner

@outer("hello")
def hello():
    print("hello word")

Flash


^_^
请喝咖啡 ×

本作品由 卓越笔记 采用 知识共享署名 - 非商业性使用 - 相同方式共享 4.0 国际许可协议 进行许可


下一篇: django 自带分页功能
captcha