Demo3

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Demo3相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <script src="https://cdn.bootcss.com/react/15.4.2/react.min.js"></script>
    <script src="https://cdn.bootcss.com/react/15.4.2/react-dom.min.js"></script>
    <script src="https://cdn.bootcss.com/babel-standalone/6.22.1/babel.min.js"></script>
</head>
<body>
<div id="react3"></div>
<script type="text/babel">
    var word=[
        <h1>我是第一句话</h1>,
        <h2>我是第二句话</h2>,
        <h3>我是第三句话</h3>
    ];
    ReactDOM.render(
            <div>{word}</div>,
        document.getElementById("react3")
    );
</script>
</body>
</html>

{}内可以直接输出变量

以上是关于Demo3的主要内容,如果未能解决你的问题,请参考以下文章

ol3 Demo3 ----加载gpx,geojson格式的数据

WPF Demo3

Demo3

demo3---定位菜单

AngularJs练习Demo3

LeapMotion Demo3