02 2020 档案

摘要:the official React documentation: https://reactjs.org/ Here's the finished source code: https://codepen.io/anon/pen/MELQaQ 2.14 Arrow Function: const 阅读全文
posted @ 2020-02-29 17:39 cschen588 阅读(144) 评论(0) 推荐(0) 编辑
摘要:b=a.reverse()改变列表本身 print(b)=None 列表的reverse函数不返回任何值 并且是指针赋值 所以 若赋值给b会一起改变 以下 python 赋值、深浅拷贝、作用域 https://blog.csdn.net/huruzun/article/details/5096328 阅读全文
posted @ 2020-02-05 11:50 cschen588 阅读(119) 评论(0) 推荐(0) 编辑