proteus 中运行出现no debug information or its format is not surpotted怎么破

日期:2021-04-18 10:15:11 人气:1

proteus 中运行出现no debug information or its format is not surpotted怎么破

Format方法有两种形式,另外一种是三个参数的,主要区别在于它是线程安全的, 但并不多用,所以这里只对第一个介绍。Format参数是一个格式字符串,用于格式化Args里面的值的。Args是一个变量数组,即它里面可以有多个参数,而且每个参数可以不同。 例如:
Format("my name is %6s","wind");
返回的是:my name is wind

Format里面可以写普通的字符串,比如"my
    A+
热门评论