Skip to main content
博客
div+css 博客
javascript 博客
vue 博客
php 博客
微信 博客
php
drupal
composer
thinkphp
onethink
laravel
Swoole
dedecms
magento
smarty
ecshop
zencart
joomla
discuz
wordpress
yii
微信
抖音
ci
weiphp
destoon
python
plone
apache
nginx
cache
memcache
redis
div+css
javascript
jquery
typescript
Vue.js
Amaze
zepto
react
underscore
backbone
angular
lodash
layui
js特效
vbscript
photoshop ai
sql
mysql
mssql
oracle
regular
node.js
腾讯开放平台
dreamweaver
linux
seo
app
asp及asp.net
flash
iis
java
mac
wap
windows
dos
其它
浏览器
网络
AD域
虚拟机
AC
简写翻译
欢迎各位兄弟 发布技术文章
这里的技术是共享的
个人技术网_前端_后台_php_div_css_linux_javascript_seo
搜索表单
搜索
用户登录
用户名
*
密码
*
重设密码
You are here
首页
typescript 没有 键值数组吗
星期一, 2019-12-02 07:49 —
adminshiping1
typescript 没有 键值数组吗
我来答
分享
举报
浏览 227 次
1个回答
#公告#
双十卖萌节排名奖励以及问题名单公示
折柳成萌
2017-09-11
typescript没有键值数组的。
btnemptyArrayClick(sender: Core.Classes.TComponent){
//定义一个任意类型的空白数组,这个语法不被支持
//var emptyArray:any[]=new Array();
//建议使用如下的语法
var emptyArray:any[]=[];
emptyArray[0]="这是一个测试";
alert(emptyArray[0]);
来自
https://zhidao.baidu.com/question/1244086284935711379.html
普通分类:
typescript