{/* `string${动态值}` es6的模板字符串表示字符串和动态值拼接 */}
<Link to={`/newscontent/
${value.aid}`}>
{value.title}
</Link>

注意`这个符号不是单引号,是Tab键上面那个符号`