IAR调试Error(一)
1、Error[Pe109]: expression preceding parentheses of apparent call must have (pointer-to-) function type 表达式前面的括号必须是(指针-to-)函数类型宏定义:LED_ACT_ON();----->去掉括号LED_ACT_ON;2、有关延时函数程序卡死在 B SysTick_Handler在中断函数中添加void SysTick_Handler(void){ HAL_I
浅谈JavaScript字符串与数组
JavaScript字符串
字符串是一系列字符的集合,包括英文字母、标点符号、特殊符号、汉字等。
在JavaScript中,字