iOS程序犭袁

weex 初体验

2017-09-11  本文已影响50人  曾柏超

参考
http://www.jianshu.com/p/03b005462e6d

屏幕快照 2017-09-11 16.04.13.png



<template>
    <div>
        <text class="text" style="color:red;">Hello world</text>
    </div>
</template>
<style>
    .text{
        font-size:160;
    }
</style>
<script></script>     
$ weex hello.we 
上一篇 下一篇

猜你喜欢

热点阅读