示例#1
0
def mobile_html_foot():
    html.close_body()
    html.close_html()
示例#2
0
def mobile_html_foot() -> None:
    html.close_body()
    html.close_html()
示例#3
0
def mobile_html_foot():
    # type: () -> None
    html.close_body()
    html.close_html()