js练习

2021-04-07 08:26

阅读:650

YPE html>

标签:button   white   bottom   input   move   ring   res   ansi   position   

1:编码实现图片的功能

技术图片

代码块
def func(arg1):
    def inner(arg2):
        print(arg1*arg2)
        return 'hello,world'
    return inner

foo=func(8)
print(foo(8))
print(foo(-1))

结果如下:
64
hello,world
-8
hello,world

2 浮层弹出框

代码块

Title


3 window.onload标签加载完才执行js

技术图片

代码块




Title
我是div

4 计时器练习

代码块



无标题文档



js练习

标签:button   white   bottom   input   move   ring   res   ansi   position   

原文地址:https://www.cnblogs.com/hellosiyu/p/12489969.html

上一篇:浅谈ejs

下一篇:Web架构之Nginx try_files


评论


亲,登录后才可以留言!