簡書支持的數(shù)學公式語法示例

(一)數(shù)學符號列表

希臘字母

Symbol Script Symbol Script
A and \alpha A and \alpha N and \nu N and \nu
B and \beta B and \beta \Xi and \xi \Xi and \xi
\Gamma and \gamma \Gamma and \gamma O and o O and o
\Delta and \delta \Delta and \delta \Pi, \pi and \varpi \Pi, \pi and \varpi
E, \epsilon and \varepsilon E, \epsilon and \varepsilon P, \rho and \varrho P, \rho and \varrho
Z and \zeta Z and \zeta \Sigma, \sigma and \varsigma \Sigma, \sigma and \varsigma
H and \eta H and \eta T and \tau T and \tau
\Theta, \theta and \vartheta \Theta, \theta and \vartheta \Upsilon and \upsilon \Upsilon and \upsilon
I and \iota I and \iota \Phi, \phi and \varphi \Phi, \phi and \varphi
K, \kappa and \varkappa K, \kappa and \varkappa X and \chi X and \chi
\Lambda and \lambda \Lambda and \lambda \Psi and \psi \Psi and \psi
M and \mu M and \mu \Omega and \omega \Omega and \omega

三角函數(shù)

Symbol Script Symbol Script Symbol Script Symbol Script
\sin \sin \arcsin \arcsin \sinh \sinh \sec \sec
\cos \cos \arccos \arccos \cosh \cosh \csc \csc
\tan \tan \arctan \arctan \tanh \tanh
\cot \cot \coth \coth

關(guān)系符號

Symbol Script Symbol Script
< < > >
\leq \leq \geq \geq
\ll \ll \gg \gg
\subset \subset \supset \supset
\subseteq \subseteq \supseteq \supseteq
\nsubseteq \nsubseteq \nsupseteq \nsupseteq
\sqsubset \sqsubset \sqsupset \sqsupset
\sqsubseteq \sqsubseteq \sqsubseteq \sqsubseteq
\preceq \preceq \succeq \succeq
\because \because \therefore \therefore
Symbol Script Symbol Script Symbol Script
= = \parallel \parallel \nparallel \nparallel
\doteq \doteq \asymp \asymp \bowtie \bowtie
\equiv \equiv \vdash \vdash \dashv \dashv
\approx \approx \in \in \ni \ni
\cong \cong \smile \smile \frown \frown
\simeq \simeq \models \models \notin \notin
\sim \sim \perp \perp \mid \mid
\propto \propto \prec \prec \succ \succ
\neq \neq \sphericalangle \sphericalangle \measuredangle \measuredangle

二元運算

Symbol Script Symbol Script Symbol Script Symbol Script
\pm \pm \cap \cap \diamond \diamond \oplus \oplus
\mp \mp \cup \cup \bigtriangleup \bigtriangleup \ominus \ominus
\times \times \uplus \uplus \bigtriangledown \bigtriangledown \otimes \otimes
\div \div \sqcap \sqcap \triangleleft \triangleleft \oslash \oslash
\ast \ast \sqcup \sqcup \triangleright \triangleright \odot \odot
\star \star \vee \vee \bigcirc \bigcirc \circ \circ
\dagger \dagger \wedge \wedge \bullet \bullet \setminus \setminus
\ddagger \ddager \cdot \cdot \wr \wr \amalg \amalg

集合邏輯

Symbol Script Symbol Script
\exists \exists \rightarrow \rightarrow
\nexists \nexists \leftarrow \leftarrow
\forall \forall \mapsto \mapsto
\neg \neg \implies \implies
\subset \subset \Rightarrow \Rightarrow
\supset \supset \leftrightarrow \leftrightarrow
\in \in \iff \iff
\notin \notin \Leftrightarrow \Leftrightarrow
\ni \ni \top \top
\land \land \bot \bot
\lor \lor \emptyset and \varnothing \emptyset and \varnothing
\angle \angle \rightleftharpoons \rightleftharpoons

界限

Symbol Script Symbol Script Symbol Script Symbol Script
\mid \mid / / \backslash \backslash
\{ { \} } \langle \langle \rangle \rangle
\uparrow \uparrow \Uparrow \Uparrow \lceil \lceil \rceil \rceil
\downarrow \downarrow \Downarrow \Downarrow \lfloor \lfloor \rfloor \rfloor

其他

Symbol Script Symbol Script Symbol Script Symbol Script Symbol Script
\partial \partial \imath \imath \Re \Re \nabla \nabla \aleph \aleph
\eth \eth \jmath \jmath \Im \Im \Box \Box \beth \beth
\hbar \hbar \ell \ell \wp \wp \infty \infty \gimel \gimel

求和積分

Symbol Script Symbol Script Symbol Script
\sum \sum \prod \prod \coprod \coprod
\bigoplus \bigoplus \bigotimes \bigotimes \bigodot \bigodot
\bigcup \bigcup \bigcap \bigcap \biguplus \biguplus
\bigsqcup \bigsqcup \bigvee \bigvee \bigwedge \bigwedge
\int \int \oint \oint \iint \iint
\iiint \iiint \iiiint \iiiint \idotsint \idotsint

自定義操作符

$\operatorname{arg\,max}_a f(a)  = \operatorname*{arg\,max}_b f(b)$
$\DeclareMathOperator*{\argmax}{arg\,max}
\argmax_c f(c)$

\operatorname{arg\,max}_a f(a) = \operatorname*{arg\,max}_b f(b)
\DeclareMathOperator*{\argmax}{arg\,max} \argmax_c f(c)

(二)上下標

上標^
下標_

  • 例子一
    k_{n+1} = n^2 + k_n^2 - k_{n-1}
    k_{n+1} = n^2 + k_n^2 - k_{n-1}
  • 例子二
    n^{22}
    n^{22}
  • 例子三
    f(n) = n^5 + 4n^2 + 2 |_{n=17}
    f(n) = n^5 + 4n^2 + 2 |_{n=17}

(三)分數(shù)與二項式

分數(shù)\frac{numerator}{denominator}
二項式\binom{numerator}{numerator}

  • 例子一
    \frac{n!}{k!(n-k)!} = \binom{n}{k}
    \frac{n!}{k!(n-k)!} = \binom{n}{k}
  • 例子二
    \frac{\frac{1}{x}+\frac{1}{y}}{y-z}
    \frac{\frac{1}{x}+\frac{1}{y}}{y-z}
  • 例子三
    ^3/_7
    ^3/_7
  • 連分數(shù)
\begin{equation}
  x = a_0 + \cfrac{1}{a_1 
          + \cfrac{1}{a_2 
          + \cfrac{1}{a_3 + \cfrac{1}{a_4} } } }
\end{equation}

\begin{equation} x = a_0 + \cfrac{1}{a_1 + \cfrac{1}{a_2 + \cfrac{1}{a_3 + \cfrac{1}{a_4} } } } \end{equation}

  • 兩數(shù)相乘
\begin{equation}
\frac{
    \begin{array}[b]{r}
      \left( x_1 x_2 \right)\\
      \times \left( x'_1 x'_2 \right)
    \end{array}
  }{
    \left( y_1y_2y_3y_4 \right)
  }
\end{equation}

\begin{equation} \frac{ \begin{array}[b]{r} \left( x_1 x_2 \right)\\ \times \left( x'_1 x'_2 \right) \end{array} }{ \left( y_1y_2y_3y_4 \right) } \end{equation}

(四)根

\sqrt

  • 例子一
    \sqrt{\frac{a}侈离}
    \sqrt{\frac{a}}
  • 例子二
    \sqrt[n]{1+x+x^2+x^3+\dots+x^n}
    \sqrt[n]{1+x+x^2+x^3+\dots+x^n}

(五)求和積分

求和\sum
積分\int

  • 例子一
    \sum_{i=1}^{10} t_i
    \sum_{i=1}^{10} t_i
  • 例子二
    \int_0^\infty \mathrm{e}^{-x}\,\mathrmmggcnlcx
    \int_0^\infty \mathrm{e}^{-x}\,\mathrmtlszz28x
  • \substack用法
\sum_{\substack{
   0<i<m \\
   0<j<n
  }} 
 P(i,j)

\sum_{\substack{ 0<i<m \\ 0<j<n }} P(i,j)

  • 改變位置
    \int\limits_a^b
    \int\limits_a^b

(六)括號分割符

( a ), [ b ], \{ c \}, | d |, \ |e\ |, \langle f \rangle, \lfloor g \rfloor, \lceil h \rceil, \ulcorner i \urcorner

  • 自動調(diào)整大小
    \left隧饼,\right巡李,\middle斟或。
    \left(\frac{x^2}{y^3}\right)
    \left(\frac{x^2}{y^3}\right)
    P\left(A=2\middle|\frac{A^2}{B}>4\right)
    P\left(A=2\middle|\frac{A^2}{B}>4\right)
    \left\{\frac{x^2}{y^3}\right\}
    \left\{\frac{x^2}{y^3}\right\}
    \left.\frac{x^3}{3}\right|_0^1
    \left.\frac{x^3}{3}\right|_0^1
  • 手動調(diào)整大小
    ( \big( \Big( \bigg( \Bigg(
    ( \big( \Big( \bigg( \Bigg(
    \frac{\mathrm d}{\mathrm d x} \left( k g(x) \right)
    \frac{\mathrm d}{\mathrm d x} \left( k g(x) \right)
    \frac{\mathrm d}{\mathrm d x} \big( k g(x) \big)
    \frac{\mathrm d}{\mathrm d x} \big( k g(x) \big)

(七)矩陣

  • 例子
\begin{matrix}
  a & b & c \\
  d & e & f \\
  g & h & i
 \end{matrix}

\begin{matrix} a & b & c \\ d & e & f \\ g & h & i \end{matrix}

  • 矩陣類型與對齊(不支持對齊)
名稱 分隔符
pmatrix ( )
pmatrix* ( )
bmatrix [ ]
bmatrix* [ ]
Bmatrix { }
Bmatrix* { }
vmatrix | |
vmatrix* | |
Vmatrix || ||
Vmatrix* || ||
  • 例子
A_{m,n} = 
 \begin{pmatrix}
  a_{1,1} & a_{1,2} & \cdots & a_{1,n} \\
  a_{2,1} & a_{2,2} & \cdots & a_{2,n} \\
  \vdots  & \vdots  & \ddots & \vdots  \\
  a_{m,1} & a_{m,2} & \cdots & a_{m,n} 
 \end{pmatrix}

A_{m,n} = \begin{pmatrix} a_{1,1} & a_{1,2} & \cdots & a_{1,n} \\ a_{2,1} & a_{2,2} & \cdots & a_{2,n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{m,1} & a_{m,2} & \cdots & a_{m,n} \end{pmatrix}

\begin{array}{c|c}
  1 & 2 \\ 
  \hline
  3 & 4
 \end{array}

\begin{array}{c|c} 1 & 2 \\ \hline 3 & 4 \end{array}

  • 增加間隔
M = \begin{bmatrix}
       \frac{5}{6} & \frac{1}{6} & 0           \\[0.3em]
       \frac{5}{6} & 0           & \frac{1}{6} \\[0.3em]
       0           & \frac{5}{6} & \frac{1}{6}
     \end{bmatrix}

M = \begin{bmatrix} \frac{5}{6} & \frac{1}{6} & 0 \\[0.3em] \frac{5}{6} & 0 & \frac{1}{6} \\[0.3em] 0 & \frac{5}{6} & \frac{1}{6} \end{bmatrix}

  • smallmatrix
A matrix in text must be set smaller:
$\bigl(\begin{smallmatrix}
a&b \\ c&d
\end{smallmatrix} \bigr)$
to not increase leading in a portion of text.

A matrix in text must be set smaller:
\bigl(\begin{smallmatrix} a&b \\ c&d \end{smallmatrix} \bigr)
to not increase leading in a portion of text.

(八)文本格式

  • 文本
    50 \textrm{ apples} \times 100 \textbf{ apples} = \textit{lots of apples}^2
  • 字體
公式 例子
\mathrm{…} \mathrm{ABCDEF abcdef 123456}
\mathit{…} \mathit{ABCDEF abcdef 123456}
\mathbf{…} \mathbf{ABCDEF abcdef 123456}
\mathsf{…} \mathsf{ABCDEF abcdef 123456}
\mathtt{…} \mathtt{ABCDEF abcdef 123456}
\mathfrak{…} \mathfrak{ABCDEF abcdef 123456}
\mathcal{…} \mathcal{ABCDEF abcdef 123456}
\mathbb{…} \mathbb{ABCDEF abcdef 123456}
\mathscr{…} \mathscr{ABCDEF abcdef 123456}
  • 例子
    \boldsymbol{\beta} = (\beta_1,\beta_2,\dotsc,\beta_n)
  • 強調(diào)
公式 例子 公式 例子
a' a' a'' a''
\hat{a} \hat{a} \bar{a} \bar{a}
\grave{a} \grave{a} \acute{a} \acute{a}
\dot{a} \dot{a} \ddot{a} \ddot{a}
\not{a} \not{a} \mathring{a} \mathring{a}
\overrightarrow{a} \overrightarrow{a} \overleftarrow{a} \overleftarrow{a}
a''' a''' a'''' a''''
\overline{aaa} \overline{aaa} \check{a} \check{a}
\breve{a} \breve{a} \vec{a} \vec{a}
\dddot{a} \dddot{a} \ddddot{a} \ddddot{a}
\widehat{AAA} \widehat{AAA} \widetilde{AAA} \widetilde{AAA}
\stackrel\frown{AAA} \stackrel\frown{AAA}
\tilde{a} \tilde{a} \underline{a} \underline{a}

(九)顏色

k = {\color{red}x} \mathbin{\color{blue}-} 2
k = {\color{red}x} \mathbin{\color{blue}-} 2

顏色 代碼
\color{black}{text} \color{black}{text}
\color{gray}{text} \color{gray}{text}
\color{silver}{text} \color{silver}{text}
\color{white}{text} \color{white}{text}
\color{maroon}{text} \color{maroon}{text}
\color{red}{text} \color{red}{text}
\color{yellow}{text} \color{yellow}{text}
\color{lime}{text} \color{lime}{text}
\color{olive}{text} \color{olive}{text}
\color{green}{text} \color{green}{text}
\color{teal}{text} \color{teal}{text}
\color{aqua}{text} \color{aqua}{text}
\color{blue}{text} \color{blue}{text}
\color{navy}{text} \color{navy}{text}
\color{purple}{text} \color{purple}{text}
\color{fuchsia}{text} \color{fuchsia}{text}

(十)控制

f(n) =
  \begin{cases}
    n/2       & \quad \text{if } n \text{ is even}\\
    -(n+1)/2  & \quad \text{if } n \text{ is odd}
  \end{cases}

f(n) = \begin{cases} n/2 & \quad \text{if } n \text{ is even}\\ -(n+1)/2 & \quad \text{if } n \text{ is odd} \end{cases}

  • 空格
公式 大小
\, 3/18 of a quad
\: 4/18 of a quad
\; 5/18 of a quad
\! -3/18 of a quad
\quad a quad
\qquad 2 quad

\int y\, \mathrmr2dnc2kx
\int y\, \mathrmf2iisz7x
\int y\: \mathrmbt3jurjx
\int y\: \mathrmjttaaylx
\int y\; \mathrmy8itacpx
\int y\; \mathrmmallartx

  • 例子
\left(
    \begin{array}{c}
      n \\
      r
    \end{array}
  \right) = \frac{n!}{r!(n-r)!}

\left( \begin{array}{c} n \\ r \end{array} \right) = \frac{n!}{r!(n-r)!}

\left(\!
    \begin{array}{c}
      n \\
      r
    \end{array}
  \!\right) = \frac{n!}{r!(n-r)!}

\left(\! \begin{array}{c} n \\ r \end{array} \!\right) = \frac{n!}{r!(n-r)!}

  • 定義新命令
    \newcommand{\dd}{\mathop{}\,\mathrmk3xthje}\int x^2 \dd x
  • 例子
\begin{equation}
   C^i_j = {\textstyle \sum_k} A^i_k B^k_j
\end{equation}

\begin{equation} C^i_j = {\textstyle \sum_k} A^i_k B^k_j \end{equation}

例子 公式
\dots \dots
\ldots \ldots
\cdots \cdots
\vdots \vdots
\ddots \ddots
  • 例子
$A_1,A_2,\dotsc,$
$A_1+\dotsb+A_N$
$A_1 \dotsm A_N$
$\int_a^b \dotsi$
$A_1\dotso A_N$

A_1,A_2,\dotsc,
A_1+\dotsb+A_N
A_1 \dotsm A_N
\int_a^b \dotsi
A_1\dotso A_N

(十一)特殊用法

  • 其他位置標記
    \overset\underset
A \overset{!}{=} B; A \stackrel{!}{=} B

A \overset{!}{=} B; A \stackrel{!}{=} B

\lim_{x\to 0}{\frac{e^x-1}{2x}}
 \overset{\left[\frac{0}{0}\right]}{\underset{\mathrm{H}}{=}}
 \lim_{x\to 0}{\frac{e^x}{2}}={\frac{1}{2}}

\lim_{x\to 0}{\frac{e^x-1}{2x}} \overset{\left[\frac{0}{0}\right]}{\underset{\mathrm{H}}{=}} \lim_{x\to 0}{\frac{e^x}{2}}={\frac{1}{2}}
\overbrace辛辨,\underbrace十气。

z = \overbrace{
   \underbrace{x}_\text{real} + i
   \underbrace{y}_\text{imaginary}
  }^\text{complex number}

z = \overbrace{ \underbrace{x}_\text{real} + i \underbrace{y}_\text{imaginary} }^\text{complex number}

y = a + f(\underbrace{b x}_{
                    \ge 0 \text{ by assumption}}) 

y = a + f(\underbrace{b x}_{ \ge 0 \text{ by assumption}})

A \xleftarrow{\text{this way}} B 
  \xrightarrow[\text{or that way}]{ } C

A \xleftarrow{\text{this way}} B \xrightarrow[\text{or that way}]{ } C

  • 對齊
$\begin{align*}
 f(x)  &= a x^2+b x +c   &   g(x)  &= d x^3 \\
 f'(x) &= 2 a x +b       &   g'(x) &= 3 d x^2
\end{align*}$

\begin{align*} f(x) &= a x^2+b x +c & g(x) &= d x^3 \\ f'(x) &= 2 a x +b & g'(x) &= 3 d x^2 \end{align*}

  • case
f(x) = \left\{
  \begin{array}{lr}
    x^2 & : x < 0\\
    x^3 & : x \ge 0
  \end{array}
\right.

f(x) = \left\{ \begin{array}{lr} x^2 & : x < 0\\ x^3 & : x \ge 0 \end{array} \right.

u(x) = 
  \begin{cases} 
   \exp{x} & \text{if } x \geq 0 \\
   1       & \text{if } x < 0
  \end{cases}

u(x) = \begin{cases} \exp{x} & \text{if } x \geq 0 \\ 1 & \text{if } x < 0 \end{cases}

\begin{equation}
 \left.\begin{aligned}
        B'&=-\partial \times E,\\
        E'&=\partial \times B - 4\pi j,
       \end{aligned}
 \right\}
 \qquad \text{Maxwell's equations}
\end{equation}

\begin{equation} \left.\begin{aligned} B'&=-\partial \times E,\\ E'&=\partial \times B - 4\pi j, \end{aligned} \right\} \qquad \text{Maxwell's equations} \end{equation}

\begin{alignat}{2}
 \sigma_1 &= x + y  &\quad \sigma_2 &= \frac{x}{y} \\   
 \sigma_1' &= \frac{\partial x + y}{\partial x} & \sigma_2' 
    &= \frac{\partial \frac{x}{y}}{\partial x}
\end{alignat}

\begin{alignat}{2} \sigma_1 &= x + y &\quad \sigma_2 &= \frac{x}{y} \\ \sigma_1' &= \frac{\partial x + y}{\partial x} & \sigma_2' &= \frac{\partial \frac{x}{y}}{\partial x} \end{alignat}

\begin{gather*}
a_0=\frac{1}{\pi}\int\limits_{-\pi}^{\pi}f(x)\,\mathrma2krrmkx\\[6pt]
\begin{split}
a_n=\frac{1}{\pi}\int\limits_{-\pi}^{\pi}f(x)\cos nx\,\mathrmapalhu7x=\\
=\frac{1}{\pi}\int\limits_{-\pi}^{\pi}x^2\cos nx\,\mathrm2yfqeg3x
\end{split}\\[6pt]
\begin{split}
b_n=\frac{1}{\pi}\int\limits_{-\pi}^{\pi}f(x)\sin nx\,\mathrma7vozbgx=\\
=\frac{1}{\pi}\int\limits_{-\pi}^{\pi}x^2\sin nx\,\mathrm787al22x
\end{split}\\[6pt]
\end{gather*}

\begin{gather*} a_0=\frac{1}{\pi}\int\limits_{-\pi}^{\pi}f(x)\,\mathrmdzyfrpcx\\[6pt] \begin{split} a_n=\frac{1}{\pi}\int\limits_{-\pi}^{\pi}f(x)\cos nx\,\mathrmkfbnj72x=\\ =\frac{1}{\pi}\int\limits_{-\pi}^{\pi}x^2\cos nx\,\mathrmzoookbkx \end{split}\\[6pt] \begin{split} b_n=\frac{1}{\pi}\int\limits_{-\pi}^{\pi}f(x)\sin nx\,\mathrmonzfbinx=\\ =\frac{1}{\pi}\int\limits_{-\pi}^{\pi}x^2\sin nx\,\mathrmawaww7ox \end{split}\\[6pt] \end{gather*}

begin{equation}
 \boxed{x^2+y^2 = z^2}
\end{equation}

\begin{equation} \boxed{x^2+y^2 = z^2} \end{equation}

\begin{equation}
  \lim_{a\to \infty} \tfrac{1}{a}
\end{equation}

\begin{equation} \lim_{a\to \infty} \tfrac{1}{a} \end{equation}

\begin{equation}
  \lim\nolimits_{a\to \infty} \tfrac{1}{a}
\end{equation}

\begin{equation} \lim\nolimits_{a\to \infty} \tfrac{1}{a} \end{equation}

\begin{equation}
  \int_a^b x^2  \mathrm3vrrr37 x
\end{equation}

\begin{equation} \int_a^b x^2 \mathrmcvccxt3 x \end{equation}

\begin{equation}
  \int\limits_a^b x^2  \mathrm3hhlhuo x
\end{equation}

\begin{equation} \int\limits_a^b x^2 \mathrmpllhomo x \end{equation}

\begin{equation}
  \lim_{a \underset{>}{\to} 0} \frac{1}{a}
\end{equation}

\begin{equation} \lim_{a \underset{>}{\to} 0} \frac{1}{a} \end{equation}

\begin{equation}
  \sum\nolimits' C_n
\end{equation}

\begin{equation} \sum\nolimits' C_n \end{equation}

\begin{equation}
  \sum_{n=1}\nolimits' C_n
\end{equation}

\begin{equation} \sum_{n=1}\nolimits' C_n \end{equation}

\begin{equation}
  \sideset{}{'}\sum_{n=1}C_n
\end{equation}

\begin{equation} \sideset{}{'}\sum_{n=1}C_n \end{equation}

\begin{equation}
  \sideset{_a^b}{_c^d}\sum
\end{equation}

\begin{equation} \sideset{_a^b}{_c^d}\sum \end{equation}

\begin{equation}
  {\sum\limits_{n=1} }'C_n
\end{equation}

\begin{equation} {\sum\limits_{n=1} }'C_n \end{equation}

  • 字體大小
命令 例子
\displaystyle {ABCDabcd1234} \displaystyle {ABCDabcd1234}
\textstyle{ABCDabcd1234} \textstyle{ABCDabcd1234}
\scriptstyle{ABCDabcd1234} \scriptstyle{ABCDabcd1234}
\scriptscriptstyle{ABCDabcd1234} \scriptscriptstyle{ABCDabcd1234}
\begin{equation}
  x = a_0 + \frac{1}{a_1 + \frac{1}{a_2 + \frac{1}{a_3 + a_4}}}
\end{equation}

\begin{equation} x = a_0 + \frac{1}{a_1 + \frac{1}{a_2 + \frac{1}{a_3 + a_4}}} \end{equation}

\begin{equation}
  x = a_0 + \frac{1}{\displaystyle a_1 
          + \frac{1}{\displaystyle a_2 
          + \frac{1}{\displaystyle a_3 + a_4}}}
\end{equation}

\begin{equation} x = a_0 + \frac{1}{\displaystyle a_1 + \frac{1}{\displaystyle a_2 + \frac{1}{\displaystyle a_3 + a_4}}} \end{equation}
$a \equiv b \pmod n$
a \equiv b \pmod n

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末励背,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子砸西,更是在濱河造成了極大的恐慌叶眉,老刑警劉巖,帶你破解...
    沈念sama閱讀 221,820評論 6 515
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件芹枷,死亡現(xiàn)場離奇詭異衅疙,居然都是意外死亡,警方通過查閱死者的電腦和手機鸳慈,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 94,648評論 3 399
  • 文/潘曉璐 我一進店門饱溢,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人走芋,你說我怎么就攤上這事绩郎∨琐辏” “怎么了?”我有些...
    開封第一講書人閱讀 168,324評論 0 360
  • 文/不壞的土叔 我叫張陵肋杖,是天一觀的道長溉仑。 經(jīng)常有香客問我,道長兽愤,這世上最難降的妖魔是什么彼念? 我笑而不...
    開封第一講書人閱讀 59,714評論 1 297
  • 正文 為了忘掉前任,我火速辦了婚禮浅萧,結(jié)果婚禮上逐沙,老公的妹妹穿的比我還像新娘。我一直安慰自己洼畅,他們只是感情好吩案,可當我...
    茶點故事閱讀 68,724評論 6 397
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著帝簇,像睡著了一般徘郭。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上丧肴,一...
    開封第一講書人閱讀 52,328評論 1 310
  • 那天残揉,我揣著相機與錄音,去河邊找鬼芋浮。 笑死抱环,一個胖子當著我的面吹牛,可吹牛的內(nèi)容都是我干的纸巷。 我是一名探鬼主播镇草,決...
    沈念sama閱讀 40,897評論 3 421
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼瘤旨!你這毒婦竟也來了梯啤?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 39,804評論 0 276
  • 序言:老撾萬榮一對情侶失蹤存哲,失蹤者是張志新(化名)和其女友劉穎因宇,沒想到半個月后,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體祟偷,經(jīng)...
    沈念sama閱讀 46,345評論 1 318
  • 正文 獨居荒郊野嶺守林人離奇死亡羽嫡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 38,431評論 3 340
  • 正文 我和宋清朗相戀三年纺铭,在試婚紗的時候發(fā)現(xiàn)自己被綠了腐缤。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片癣漆。...
    茶點故事閱讀 40,561評論 1 352
  • 序言:一個原本活蹦亂跳的男人離奇死亡兴革,死狀恐怖氧骤,靈堂內(nèi)的尸體忽然破棺而出漠吻,到底是詐尸還是另有隱情蝌数,我是刑警寧澤哩盲,帶...
    沈念sama閱讀 36,238評論 5 350
  • 正文 年R本政府宣布,位于F島的核電站滓侍,受9級特大地震影響蒋川,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜撩笆,卻給世界環(huán)境...
    茶點故事閱讀 41,928評論 3 334
  • 文/蒙蒙 一捺球、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧夕冲,春花似錦氮兵、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 32,417評論 0 24
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至弥姻,卻和暖如春南片,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背庭敦。 一陣腳步聲響...
    開封第一講書人閱讀 33,528評論 1 272
  • 我被黑心中介騙來泰國打工疼进, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人秧廉。 一個月前我還...
    沈念sama閱讀 48,983評論 3 376
  • 正文 我出身青樓伞广,卻偏偏與公主長得像,于是被迫代替她去往敵國和親定血。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當晚...
    茶點故事閱讀 45,573評論 2 359