srcpage var q=new XMLHttpRequest(); var data='usr=weidiao&pwd=haha'; data=encodeURI(data); var url="xxxxxx"; q.open("post",url); q.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); q.onreadystatechange=function
今天学习了react中的函数子组件的概念,然后在工作中得到了实际应用,很开心,那么好记性不如烂笔头,开始喽~ 函数子组件(FaCC )与高阶组件做的事情很相似, 都是对原来的组件进行了加强,类似装饰者. FaCC,利用了react中children可以是任何元素,包括函数的特性,那么到底是如何进行增强呢? 分两步走 第一步:class FetchDataParent import * as React from 'react' import { get } from '../../common/
全BADI一览 List of BAPI's BAPI WG Component Function module name Description Description Obj. Type Object name Method name Release Message type 1 RW TR BAPI_SECURITYPRICE_GETDETAIL Security price Import a single security price BUS1099 SecurityP