This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Arrays; | |
import java.util.List; | |
/** | |
* 数字转汉字工具类 | |
* | |
* @author arron | |
* @date 2015年7月21日 下午4:14:16 | |
* @version 1.0 | |
* @see https://github.com/Arronlong/commonutils/blob/master/src/main/java/com/arronlong/common/util/num/NumUtils.java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// from https://github.com/Jinjiang/h5slides/blob/master/js/fullscreen.js | |
define([], function(){ | |
var fullScreen = { | |
/** | |
是否支持全屏模式 | |
*/ | |
fullScreenEnabled: ( function() { | |
var doc = document.documentElement; |