摘要:
TextArea与Input.jsx import React, { Component, useState, useEffect } from 'react' import { Modal, Input } from 'antd' const { TextArea } = Input; expor 阅读全文
posted @ 2020-12-22 16:41
日升月恒
阅读(492)
评论(0)
推荐(0)
摘要:
import React, { Component, useState } from 'react' import { Checkbox, Radio, Select, Modal } from 'antd' // https://ant.design/components/overview-cn/ 阅读全文
posted @ 2020-12-22 16:39
日升月恒
阅读(179)
评论(0)
推荐(0)
摘要:
//创建cookie export function setCookie(c_name, value, expiredays) { var exdate = new Date(); exdate.setDate(exdate.getDate() + expiredays); document.coo 阅读全文
posted @ 2020-12-22 16:32
日升月恒
阅读(83)
评论(0)
推荐(0)