标签:替代 bsp stream iostream col str als pre include
这里使用or来替代||,使用<% 和 %>替代{}
/* 操作字符 */ #include <iostream> using namespace std; int main() <% int a = 10, b = 0; if (a or b) <% cout << true << endl; %> else <% cout << false << endl; %> %>
标签:替代 bsp stream iostream col str als pre include
原文地址:https://www.cnblogs.com/hyq-lst/p/12598787.html