2024每日刷题(186)
Leetcode—1279. 红绿灯路口 C实现代码
class TrafficLight {
public:TrafficLight() {}void carArrived(int carId, // ID of the carint roadId, // ID of the road the car travels on. Can …
解决办法
1、安装 wechat mini program support 插件 2. 设置 wechat mini program 里小程序支持选为启用 3. 重新格式化显示正常,也不飘红了 注意要style开启scss支持lang"scss",否则也会飘红报错 <style lang"scss"><…