错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

A Configuration System

  • Mark Simon

摘要

A number of pages we’ve developed so far include arbitrary values, such as the dimensions of the images. Because they’re not part of the logic, we put them in an array called $CONFIG near the top of the code, promising to do something with them later. Now, this is later.