11 2020 档案
摘要:<!--index.html --> <html> <body> <canvas id="canvas" width="100%" height="100%" style="position: fixed;top: 0;bottom: 0;left: 0;right: 0;background: #
阅读全文
摘要:之前 之后 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>template</title
阅读全文
摘要:react-redux 简单使用步骤 一、创建 action 1. action 实质上是一个包含type属性的Object对象 2. 它的作用只是告诉reducer要做什么,小老板之类的 二、创建 reducer 1. 接收action传过来的命令 2. 按照命令修改state仓库(打工人) 三、
阅读全文
浙公网安备 33010602011771号