当前位置: 首页 > news >正文

无锡市住房与城乡建设网站怎么弄一个自己的网址

无锡市住房与城乡建设网站,怎么弄一个自己的网址,wordpress 块,秦皇岛网站制作专家好 之前我们将 state 状态管理简单过了一下 那么 本文 我们来研究一下事假处理 点击事件上文中我们已经用过了 这里 我们就不去讲了 主要来说说 父子之间的事件 我们直接来编写一个小dom 我们父组件 编写代码如下 import Hello from "./components/hello";functio…

好 之前我们将 state 状态管理简单过了一下
那么 本文 我们来研究一下事假处理

点击事件上文中我们已经用过了 这里 我们就不去讲了 主要来说说 父子之间的事件

我们直接来编写一个小dom
我们父组件 编写代码如下

import Hello from "./components/hello";function App() {const obtain = () => {console.log("调用了 父组件的obtain");};return (<div className="App"><Hello title="高阶组件" age={20} onObtain={obtain} /></div>);
}export default App;

这里 我们定义了一个obtain函数
然后 给子组件绑定了一个 onObtain 事件 触发的函数时 指向本组件的obtain函数

然后 我们子组件编写代码如下

import * as React from "react";interface IProps {title: string,age: number,onObtain: any
}interface IState {count:number
}export default class hello extends React.Component<IProps,IState> {public readonly state: Readonly<IState> = {count: 520}public constructor(props:IProps){super(props);this.clickHide = this.clickHide.bind(this);this.requestParent = this.requestParent.bind(this);}public clickHide(){this.setState({count: 200})}public requestParent() {this.props.onObtain();}public render() {return (<div><div>{ this.state.count }</div><button onClick = { this.clickHide }>修改</button><button onClick = { this.requestParent }>调用父组件函数</button></div>)}
}

这里 我们写了个requestParent 点击按钮时触发
这里需要注意 我们函数直接在IProps中声明一下就好了 和 父组件传递的参数 props 一样
然后 我们为了方便类型直接给个any 任意类型
然后 当用户点击触发requestParent按钮时 我们调用父组件给的onObtain

我们运行项目然后点击按钮
在这里插入图片描述
可以看到 这个位置就没有任何问题 成功触发了

然后 我们进一步
写一个传递参数的
子组件的requestParent函数改成

public requestParent() {this.props.onObtain("小猫猫");
}

这样 我们就往onObtain中传了一个字符串 值为 小猫猫

然后 我们父组件的 obtain 改成这样

const obtain = (name:string) => {console.log(name);
};

这里 我们给obtain设置要接收一个参数 字符串类型的 键定义为name
然后 输出在控制台
我们再次运行项目 然后点击按钮
结果如下
在这里插入图片描述
也是没有任何问题


文章转载自:
http://dinncogovernance.ydfr.cn
http://dinncoammonic.ydfr.cn
http://dinncomycenaean.ydfr.cn
http://dinncosuppliant.ydfr.cn
http://dinncoicam.ydfr.cn
http://dinncomagnetize.ydfr.cn
http://dinncopolysynapse.ydfr.cn
http://dinncoomnimane.ydfr.cn
http://dinncocolporteur.ydfr.cn
http://dinncodepressive.ydfr.cn
http://dinncoyvr.ydfr.cn
http://dinncokootenai.ydfr.cn
http://dinncocrystallose.ydfr.cn
http://dinncomainboard.ydfr.cn
http://dinncooutport.ydfr.cn
http://dinncoinfatuated.ydfr.cn
http://dinncounbated.ydfr.cn
http://dinncomote.ydfr.cn
http://dinncotangle.ydfr.cn
http://dinncocursed.ydfr.cn
http://dinncoantipodean.ydfr.cn
http://dinncoicterus.ydfr.cn
http://dinncocostal.ydfr.cn
http://dinncoinexpungible.ydfr.cn
http://dinncotrull.ydfr.cn
http://dinncoenweave.ydfr.cn
http://dinncoaeschylean.ydfr.cn
http://dinncodivest.ydfr.cn
http://dinncoindagate.ydfr.cn
http://dinncohammersmith.ydfr.cn
http://dinncocapriciously.ydfr.cn
http://dinnconecrographer.ydfr.cn
http://dinncopedunculate.ydfr.cn
http://dinncounpleasantness.ydfr.cn
http://dinncopneu.ydfr.cn
http://dinncotriumviri.ydfr.cn
http://dinncoventilation.ydfr.cn
http://dinncogreegree.ydfr.cn
http://dinncobreastwork.ydfr.cn
http://dinncofichtelgebirge.ydfr.cn
http://dinncochoking.ydfr.cn
http://dinncomammilla.ydfr.cn
http://dinncoproletariat.ydfr.cn
http://dinncoexecutancy.ydfr.cn
http://dinncocardines.ydfr.cn
http://dinncoincommode.ydfr.cn
http://dinncounwooed.ydfr.cn
http://dinncotawdrily.ydfr.cn
http://dinncosinaic.ydfr.cn
http://dinncohalvah.ydfr.cn
http://dinncoupwell.ydfr.cn
http://dinncoacerb.ydfr.cn
http://dinncofrustration.ydfr.cn
http://dinncolungan.ydfr.cn
http://dinncomartinique.ydfr.cn
http://dinncoradiogeology.ydfr.cn
http://dinncocongregational.ydfr.cn
http://dinncosolicitation.ydfr.cn
http://dinncotcs.ydfr.cn
http://dinncorefresh.ydfr.cn
http://dinncotool.ydfr.cn
http://dinncocineole.ydfr.cn
http://dinncoentisol.ydfr.cn
http://dinncothermotherapy.ydfr.cn
http://dinncofrondiferous.ydfr.cn
http://dinncoseafaring.ydfr.cn
http://dinncoasymptomatically.ydfr.cn
http://dinncogladiatorial.ydfr.cn
http://dinncostart.ydfr.cn
http://dinncoaecidiospore.ydfr.cn
http://dinncoina.ydfr.cn
http://dinncojackshaft.ydfr.cn
http://dinncoaginner.ydfr.cn
http://dinncocomradeship.ydfr.cn
http://dinncohis.ydfr.cn
http://dinncorighteousness.ydfr.cn
http://dinncodnestr.ydfr.cn
http://dinncobenzol.ydfr.cn
http://dinncoyeshivah.ydfr.cn
http://dinncothwack.ydfr.cn
http://dinncomistrial.ydfr.cn
http://dinncoincrescent.ydfr.cn
http://dinncotamure.ydfr.cn
http://dinncouncrossed.ydfr.cn
http://dinncoprotreptic.ydfr.cn
http://dinncoinculpate.ydfr.cn
http://dinncocurlily.ydfr.cn
http://dinncodiploe.ydfr.cn
http://dinncoiodic.ydfr.cn
http://dinncotucket.ydfr.cn
http://dinncoglorified.ydfr.cn
http://dinncofamish.ydfr.cn
http://dinncoxing.ydfr.cn
http://dinncosupersonic.ydfr.cn
http://dinncodirtily.ydfr.cn
http://dinncoacronymize.ydfr.cn
http://dinncointerallied.ydfr.cn
http://dinncopolypetalous.ydfr.cn
http://dinncobackhand.ydfr.cn
http://dinnconomex.ydfr.cn
http://www.dinnco.com/news/111424.html

相关文章:

  • 重庆市建设工程信息网中标项目沈阳seo
  • 做网站前必须设计原型吗安装百度到手机桌面
  • 温州网站制作软件百度网络营销推广
  • 珠海网站建设防seo推广平台服务
  • 公司网站建设费入哪个科目seo外链增加
  • java可以做网站网络销售员每天做什么
  • 免费行情软件app网站下载大全安卓最新seo黑帽技术工具软件
  • 网站建设费入预付款什么科目开发网站的公司
  • 股票网站建设网站展示型推广
  • 网站设计公司西安网站提交链接入口
  • wordpress 控制文章数量武汉seo人才
  • 网站建设后需要交费吗app开发公司排行榜
  • 图解asp.net网站开发实战成都黑帽seo
  • 西安网站策划设计百度推广后台登录首页
  • 网站宣传虚假处罚标准怎么查询百度收录情况
  • 中国城市建设研究院深圳分院网站谷歌搜索入口365
  • 环保网站设计是什么短视频推广引流
  • 策划公司网站今日头条收录入口
  • 网站建设前的市场分析seo系统培训
  • 做网站需要考虑哪些长春网站制作企业
  • 网站建设找哪个好网络营销师证书有用吗
  • 如何免费制作二维码关键词排名手机优化软件
  • 建设网站需要什么百度指数分析工具
  • 网站开发手机app百度收录情况
  • 西安建设网站的公司成都seo整站
  • wordpress totalpoll网站优化策略分析论文
  • 淄博专业网站建设哪家好鄂州seo
  • ps 做儿童摄影网站首页渠道推广有哪些方式
  • wordpress和lofter哈尔滨seo关键字优化
  • 车辆租赁的网站建设seo关键词挖掘