惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
博客园_首页
IT之家
IT之家
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Vercel News
Vercel News
美团技术团队
D
Docker
WordPress大学
WordPress大学
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
Y
Y Combinator Blog
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
MongoDB | Blog
MongoDB | Blog
S
SegmentFault 最新的问题
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans

愆伏

vue feedback 指令开发 通过webpack对css压缩后所引起的重名问题 NPM 撤回已发布的版本 昆虫有趋光性吗 数组转成字符串(css 属性) 关于grid布局的一些思考 阿里云和腾讯云网站字体族对比 Vue组件抛事件和Function prop的差别 Vue 事件参数传递 Vue Data里面下划线命名无效并报错 使用sublime中的正则处理数据格式 通过nodejs创建目录与文件 macOS 下npm run dev 无法局域网访问 mac 下使用ssh访问非22端口的gitlab 世界是平的,在科学上网之后 使用sublime text3和Markdown来写博客 如果非要给一个标题,那就是2014年非工作总结 不专业呢,就别捣乱 对知乎大号怒撤事件的一点看法 拒绝SB思维 嘀嘀与快的的商业博弈 关于收藏夹功能的思考 你居然都不用微信 一个英语培训机构的外呼电话 智商是硬伤就无解了 扁鹊三兄弟 竖子不足与谋 美丽说、蘑菇街今天一定开了好几个小时的会 个人独立博客会死掉吗? iPad作画
Why City Buses Do Not Have Seat Belts
tortorse · 2026-02-27 · via 愆伏

Every time I take a city bus, a very simple question pops into my head: why do city buses not have seat belts?

My intuition is straightforward. City buses have short distances between stops, usually run at lower speeds, and involve frequent boarding and alighting. If everyone had to buckle up, then buckle off at every stop, that whole sequence would slow operations down a lot. More practically, city buses are designed with standing areas. If seated passengers must wear seat belts, what about standing passengers? To fully resolve that contradiction, we would have to remove standing areas, and that would fundamentally change the bus's capacity model.

During this year's Spring Festival period, I happened to take a longer-distance bus route in my hometown, running from the city center to suburban areas. The vehicle looked like a standard coach bus. Every seat had a belt, and passengers were clearly required to sit one person per seat, with no standing allowed. At that moment, the issue became much clearer to me: the key is not a standalone technology choice, but the operating scenario.

Later, I looked up more information, and this judgment broadly holds. The Dutch road safety research institute SWOV, when explaining why seat belts are not mandatory on public transport, highlights two practical reasons. First, frequent stops and high passenger turnover make mandatory seat-belt use hard to enforce. Second, once seat belts are mandatory, standing passengers are effectively incompatible, while standing areas are central to city bus capacity design. That almost directly confirms my original intuition: seat belts would reshape the entire operating logic.

Regulations reflect the same classification logic. China's Motor Vehicle Running Safety Technical Conditions (GB 7258) distinguishes vehicle types by usage and passenger organization. For highway coaches, tourist coaches, or public buses without standing areas, seat belts are generally required for seats. For urban buses that allow standing passengers, different requirements apply. In other words, the standard itself recognizes that a standing-allowed city bus and a fully seated coach are fundamentally different types of transport.

The same pattern appears in long-distance operations. China's Safety Technical Conditions for Commercial Buses (JT/T 1094-2016) requires all seats on commercial buses to be equipped with compliant seat belts. These vehicles usually run on highways or longer routes, do not allow standing, and assign one seat per passenger. Under those conditions, the risk focus shifts from "falling during sudden braking" to "being thrown from the seat in collisions or rollovers." U.S. transportation authorities have emphasized similar logic in seat-belt promotion for over-the-road buses: severe outcomes in high-speed crashes make seat belts especially valuable in reducing casualties.

When I put these two scenarios side by side, the difference becomes clear. City buses prioritize high turnover and convenient boarding, with built-in standing capacity and low-to-medium speeds over short trips. Their risk profile is more about sudden braking, crowding, and falls. Long-distance or high-speed passenger transport, by contrast, is built around keeping each passenger fixed in a seat to reduce secondary injury risk in serious crashes. No standing is allowed, seating is fixed, speeds are higher, and routes are longer, so the value of seat belts becomes much more direct.

So I now see this less as a simple "useful or useless" question, and more as a system-level tradeoff. Safety equipment is never isolated. It is always embedded in a concrete usage context. City buses and long-distance coaches may both be called "buses," but in practice they solve two very different problems.