BT编程语言
首页
动态
文档
关于
登录
更新记录
介绍
环境搭建
如何使用
代码示例
语法说明
输出
使用注释
声明变量
声明常量
数据类型
字符串模板
运算符
条件语句
Number数字操作
len
from_char
to_number
to_fixed
to_string
to_radix
to_exponential
Str字符串操作
len
trim
char
char_code
concat
ends_with
contain
index
last_index
repeat
replace
search
match
slice
split
starts_with
substr
to_radix
to_lowercase
to_uppercase
to_number
to_string
escape_html
unescape_html
parse
Array数组操作
len
to_string
join
each
pop
push
shift
unshift
sort
reverse
slice
splice
concat
contain
index
last_index
find
find_index
find_last
find_last_index
every
some
filter
map
reduce
reduce_right
fill
flat
flat_map
keys
values
entries
clone
delete
Object对象操作
len
to_string
keys
values
reverse
concat
clone
delete
key_exists
each
map
fn函数
Regex正则表达式
语法
修饰符
字符类
元字符
重复匹配
空匹配
分组与标志
ASCII 字符类
Unicode支持
循环遍历
For循环
While 循环
Loop 循环
关键字
use
class类
date日期
fs文件操作
get_path
read
write
prepend
append
size
rename
copy
delete
create_dir
create_file
list
is_dir
is_file
is_relative
is_absolute
is_symlink
is_exists
basename
filename
extension
系统函数
bool
eval
exit
include
type
call
number
string
float
int
array
object
json
regex
radix
parse_json
parse_radix_int
parse_radix_str
char_code
from_char
is_empty
is_null
sleep
rand
http库
header
status_code
redirect
url
get
post
method
server
files
cookie
session
mysql库
query
bind
all
one
exec
math库
abs
powf
sqrt
cbrt
exp
exp2
expm1
log10
log2
log1p
sin
cos
tan
asin
acos
atan
atan2
sinh
cosh
tanh
asinh
acosh
atanh
round
ceil
floor
trunc
min
max
md5库
base64库
BT编程语言文档
is_exists 该文件或目录是否存在
// 该文件或目录是否存在 fs('web/lib').is_exists()