示例#1
0
def root():
    return "<strong>{}</strong>".format(libfile.say_hello())
示例#2
0
def named(name):
    return "<strong>{}</strong>".format(libfile.say_hello(name))