# wiki **Repository Path**: wzskyline/wiki ## Basic Information - **Project Name**: wiki - **Description**: wiki - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-04 - **Last Updated**: 2022-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## flutter 在线学习编译地址 https://flutter.dev/docs/cookbook/design/drawer ## ```java String vv = getString(0.666123,tail:4); String getString(val,{int tail = 2 }){ String str = val.toStringAsFixed(tail+1); return str.substring(0,str.length -1); } 文字相关 Container( width: 60, child: Text( '文字超长省略符合', maxLines: 1, overflow: TextOverflow.ellipsis ) ) GestureDetector(child:Text( '点击事件'),onTap:(){}) InkWell,GestureDetector,RaisedButton ``` ## jquery ```js // iframe 操作 $("iframe").contents().find(".content>.left>a>svg").click() // click 代理 $('body').click(function(){ console.log("点击了body ") }); $('body').on('click','#app',function(){ console.log("点击了app ") }); // 手机端事件 $('body').on('touchstart','#app',function(){ console.log("点击了app ") }); ``` 资源 免费视频 https://cms-cdn.rfstock.com/2021/0422/60814c5081f22.mp4