banli17
banli17
``` const getRangeDate = (startDate, endDate) => { let startTime = new Date(startDate.replace('-', '/')).getTime() let endTime = new Date(endDate.replace('-', '/')).getTime() const day = 24 * 60 * 60 * 1000...
open true相当于放弃了内置关闭的权利,需要手动关闭
affine does not seem to be able to do perspective deformation, such as a square into a trapezoid, imagemagick can do it through commands,is it? ``` magick convert -virtual-pixel transparent...
same +1, android is ok,only ios
终于找到一个rn好用的: [react-native-baidu-camera-ocr-scan](https://github.com/qiepeipei/react-native-baidu-camera-ocr-scan)
``` if (node.name == "img") { return ( ); } ``` but half width of window
i use react-native-render-html last
try like this ,let html and container on same tag ``` ```
> ```css > div.parent { > display: table; > } > div.child { > display: table-cell > vertical-align: middle; > text-align: center; > } > ``` 这个设置table-cell 的盒子会占满父盒子,里面的文字才能居中。